Information about plays

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

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

{
    "id": 2670853,
    "uri": "https://api.kexp.org/v2/plays/2670853/?format=api",
    "airdate": "2019-12-09T05:09:03-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "https://coverartarchive.org/release/979327a1-030a-3ed5-9e19-5880a5d11be5/9913937615-250.jpg",
    "thumbnail_uri": "",
    "song": "Dawn Chorus",
    "track_id": "22a8cab0-5d2a-36eb-8aec-10dbf10aa91a",
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Geogaddi",
    "release_id": "979327a1-030a-3ed5-9e19-5880a5d11be5",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2002-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}