Information about plays

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

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

{
    "id": 349937,
    "uri": "https://api.kexp.org/v2/plays/349937/?format=api",
    "airdate": "2019-07-04T06:54:16-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/f501c9e3-8747-431e-8d55-058e7a6b426d/8871539849-250.jpg",
    "thumbnail_uri": "",
    "song": "Silver",
    "track_id": "7e8c64df-a606-46df-903c-47654adbc9f2",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Our Love",
    "release_id": "f501c9e3-8747-431e-8d55-058e7a6b426d",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2014-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Caribou is the musical project of Canadian Dan Snaith, and <i>Our Love</i> is his seventh album as Caribou",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}