Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/369153/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 369153,
    "uri": "https://api.kexp.org/v2/plays/369153/?format=api",
    "airdate": "2019-08-18T15:47:22-07:00",
    "show": 6154,
    "show_uri": "https://api.kexp.org/v2/shows/6154/?format=api",
    "image_uri": "http://coverartarchive.org/release/baeaec34-96f2-40bb-abf7-def7b12490ce/3265351461-250.jpg",
    "thumbnail_uri": "",
    "song": "Crisis de un mc",
    "track_id": "9701c525-b9e2-33a5-9f60-ee83b4a0cdf9",
    "recording_id": null,
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "1977",
    "release_id": "baeaec34-96f2-40bb-abf7-def7b12490ce",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2009-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}