Information about plays

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

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

{
    "id": 346357,
    "uri": "https://api.kexp.org/v2/plays/346357/?format=api",
    "airdate": "2019-06-26T06:20:51-07:00",
    "show": 5773,
    "show_uri": "https://api.kexp.org/v2/shows/5773/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b117ac2-4963-49d1-ba6a-6ab8c24d915d/21278866469-250.jpg",
    "thumbnail_uri": "",
    "song": "Brean Down",
    "track_id": "92703ca3-80d1-42c6-9521-8a33d7dd5399",
    "recording_id": null,
    "artist": "BEAK>",
    "artist_ids": [
        "bda0beab-8c08-4a34-9af0-97a1b647ad9b"
    ],
    "album": "Brean Down",
    "release_id": "4b117ac2-4963-49d1-ba6a-6ab8c24d915d",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2018-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for the request Doug! Beak> performed live in the KEXP studio last year. Check out the whole performance here: https://www.youtube.com/watch?v=zsruANXfTIE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}