Information about plays

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

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

{
    "id": 353523,
    "uri": "https://api.kexp.org/v2/plays/353523/?format=api",
    "airdate": "2019-07-12T15:41:13-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/73c6234f-15fe-39a3-ac08-6768135b0403/6596219930-250.jpg",
    "thumbnail_uri": "",
    "song": "What Else Is There?",
    "track_id": "5c90939c-b541-3595-8da6-eea6c7edf0f1",
    "recording_id": null,
    "artist": "Röyksopp",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884"
    ],
    "album": "The Understanding",
    "release_id": "73c6234f-15fe-39a3-ac08-6768135b0403",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2005-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I am the storm and I am the wonder",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}