Information about plays

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

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

{
    "id": 2682828,
    "uri": "https://api.kexp.org/v2/plays/2682828/?format=api",
    "airdate": "2020-01-06T11:21:00-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "70s 80s",
    "track_id": "e3ddc864-65cb-3b86-b336-b1827b566ec2",
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Mind Elevation",
    "release_id": "2c534e74-7e43-4983-a10c-20aa33664def",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2002-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nightmares on Wax will be playing the Nectar Lounge on Friday the 24th April 2020! More info can be found here: https://bit.ly/36tM60h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}