Information about plays

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

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

{
    "id": 353587,
    "uri": "https://api.kexp.org/v2/plays/353587/?format=api",
    "airdate": "2019-07-12T19:41:05-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Dancing",
    "track_id": "db2164ac-aa23-4d63-bcb4-444864a6c21e",
    "recording_id": null,
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "What Now",
    "release_id": "5ec8a0f6-d3e8-4c98-a453-e12f20b193d9",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.kexp.org/read/2014/9/18/live-video-sylvan-esso/\n\nhttps://www.npr.org/sections/allsongs/2017/04/28/525858383/sylvan-esso-just-wants-you-to-be-free",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}