Information about plays

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

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

{
    "id": 347973,
    "uri": "https://api.kexp.org/v2/plays/347973/?format=api",
    "airdate": "2019-06-29T21:38:00-07:00",
    "show": 5798,
    "show_uri": "https://api.kexp.org/v2/shows/5798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bonzo Goes to Bitburg",
    "track_id": "438aa9dc-6123-34bc-979d-bcc7a0caceaf",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Bonzo Goes to Bitburg",
    "release_id": "c80d3b2f-6010-492e-9237-8c2f8b96875d",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1985-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}