Information about plays

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

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

{
    "id": 2670887,
    "uri": "https://api.kexp.org/v2/plays/2670887/?format=api",
    "airdate": "2019-12-09T07:26:12-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba6bc125-f1d9-36a1-b2eb-260c2a10c619/24086968579-250.jpg",
    "thumbnail_uri": "",
    "song": "Bigmouth Strikes Again",
    "track_id": "3c50ed61-68ce-3b14-805c-fc9b63f50b80",
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "...Best II",
    "release_id": "ba6bc125-f1d9-36a1-b2eb-260c2a10c619",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}