Information about plays

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

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

{
    "id": 348250,
    "uri": "https://api.kexp.org/v2/plays/348250/?format=api",
    "airdate": "2019-06-30T13:23:31-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "http://coverartarchive.org/release/3bac0f33-a076-4c61-bac9-b1e2150b4300/22979524612-250.jpg",
    "thumbnail_uri": "",
    "song": "Century",
    "track_id": "7d6b7157-6daa-4c68-9b4c-2f57d846a246",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "U.F.O.F.",
    "release_id": "3bac0f33-a076-4c61-bac9-b1e2150b4300",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn group Big Thief recorded and mixed U.F.O.F. in three weeks at Bear Creek Studios in Woodinville. https://bigthief.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}