Information about plays

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

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

{
    "id": 2679648,
    "uri": "https://api.kexp.org/v2/plays/2679648/?format=api",
    "airdate": "2019-12-29T16:54:03-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "https://coverartarchive.org/release/555c750c-cee6-415f-b747-7876e645a107/21137716168-250.jpg",
    "thumbnail_uri": "",
    "song": "Monkey Wrench",
    "track_id": "998a1264-33f5-4234-b1c5-f9bcd4a1e741",
    "recording_id": null,
    "artist": "Foo Fighters",
    "artist_ids": [
        "67f66c07-6e61-4026-ade5-7e782fad3a5d"
    ],
    "album": "The Colour and the Shape",
    "release_id": "555c750c-cee6-415f-b747-7876e645a107",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2007-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}