Information about plays

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

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

{
    "id": 2682887,
    "uri": "https://api.kexp.org/v2/plays/2682887/?format=api",
    "airdate": "2020-01-06T14:56:05-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9/20510904847-250.jpg",
    "thumbnail_uri": "",
    "song": "Smile",
    "track_id": "afc8e820-be3a-4f7d-b7f1-25909e3edbb9",
    "recording_id": null,
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "For Ever",
    "release_id": "de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jungle performing \"Smile\" live in the KEXP studio back in March of 2019: https://www.youtube.com/watch?v=ifLRUZUIEwM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}