Information about plays

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

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

{
    "id": 2678596,
    "uri": "https://api.kexp.org/v2/plays/2678596/?format=api",
    "airdate": "2019-12-27T01:09:31-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8aca1b2-efa0-47ce-9139-d70d2c68f6f9/7485966598-250.jpg",
    "thumbnail_uri": "",
    "song": "Fame",
    "track_id": "d5cfa27b-061f-4343-86b3-19ae57168c11",
    "recording_id": null,
    "artist": "The Acid",
    "artist_ids": [
        "5e978fe0-4dd6-4fb7-b019-d45ffc234bdd"
    ],
    "album": "Liminal",
    "release_id": "b8aca1b2-efa0-47ce-9139-d70d2c68f6f9",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}