Information about plays

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

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

{
    "id": 357034,
    "uri": "https://api.kexp.org/v2/plays/357034/?format=api",
    "airdate": "2019-07-20T22:41:00-07:00",
    "show": 5950,
    "show_uri": "https://api.kexp.org/v2/shows/5950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In League With Satan",
    "track_id": "068cf098-ffe9-3c86-906d-f2c5e27e86ad",
    "recording_id": null,
    "artist": "Venom",
    "artist_ids": [
        "d2ad8774-9173-4970-8427-06b04df201c1"
    ],
    "album": "In League With Satan",
    "release_id": "a6de11e4-89bd-4a77-afc5-336ceb842e00",
    "release_group_id": null,
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2002-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}