Information about plays

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

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

{
    "id": 376553,
    "uri": "https://api.kexp.org/v2/plays/376553/?format=api",
    "airdate": "2019-09-04T14:10:39-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four Tries Down",
    "track_id": "fe2613fd-32fa-43d0-9f46-082bf940f9ff",
    "recording_id": null,
    "artist": "Hater",
    "artist_ids": [
        "3fe21fe9-ecf8-4b3c-b10f-d1b288cced5e"
    ],
    "album": "Four Tries Down / It's a Mess",
    "release_id": "27291446-77be-450a-9fb4-27015022004e",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Swedish band will be playing at the Sunset Tavern on September 12th.  https://haterfire.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}