Information about plays

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

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

{
    "id": 376524,
    "uri": "https://api.kexp.org/v2/plays/376524/?format=api",
    "airdate": "2019-09-04T12:35:06-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/eba2dc90-243f-4648-9de0-c39e937e893b/11726171858-250.jpg",
    "thumbnail_uri": "",
    "song": "King of Birds",
    "track_id": "e48fb5e9-d669-4660-8bd3-09a515e8b5eb",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Document",
    "release_id": "eba2dc90-243f-4648-9de0-c39e937e893b",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have you ever wanted to know the story behind this song from <i>Document</i>? The song \"is less about birds than it is about the creatures’ behavior in relation to earthquakes.\" Read more here: https://bit.ly/2krTWoh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}