Information about plays

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

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

{
    "id": 374209,
    "uri": "https://api.kexp.org/v2/plays/374209/?format=api",
    "airdate": "2019-08-29T22:57:17-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O Baixo do Kassin (feat. Kassin)",
    "track_id": "095eab0d-cede-412a-b85a-9291a4a3cb01",
    "recording_id": null,
    "artist": "Sonzeira",
    "artist_ids": [
        "2b55be58-fa68-499b-830b-1e39559f94be"
    ],
    "album": "Tam Tam Tam Reimagined",
    "release_id": "a1df9ec2-7f95-424c-9737-937405dfa2c8",
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2016-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tam Tam Tam Reimagined is the second album to come from Gilles Peterson’s Sonzeira project. \nReleased in 1957, Tam Tam Tam celebrates a distinctly Afro-Brazilian culture that was later suppressed following a coup in the early 1960s that led to a military dictatorship.\nhttps://gillespetersonpresentssonzeira.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}