Information about plays

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

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

{
    "id": 346224,
    "uri": "https://api.kexp.org/v2/plays/346224/?format=api",
    "airdate": "2019-06-26T00:03:36-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get the Message",
    "track_id": "a0bae015-4e6f-3825-876d-3c32b29e7f24",
    "recording_id": null,
    "artist": "Electronic",
    "artist_ids": [
        "3cdb360e-d0a2-459f-92f6-f0f28e62127d"
    ],
    "album": "Electronic",
    "release_id": "91abe73b-e097-45ee-a02a-7e1affda3854",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2013-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electronic was an English group formed in 1998 by New Order singer and guitarist Bernard Sumner and ex-Smiths guitarist Johnny Marr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}