Information about plays

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

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

{
    "id": 344923,
    "uri": "https://api.kexp.org/v2/plays/344923/?format=api",
    "airdate": "2019-06-23T00:02:00-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The First Born of the Dead",
    "track_id": "13f9528b-38a9-4ba9-bb78-77263e597b5d",
    "recording_id": null,
    "artist": "Rebirth of Nefast",
    "artist_ids": [
        "d2d3959e-9805-48c9-a5e6-e93ff5a92972"
    ],
    "album": "Tabernaculum",
    "release_id": "de7b8cd8-aed5-47d6-aded-15ff93cd20c4",
    "release_group_id": null,
    "labels": [
        "Norma Evangelium Diaboli"
    ],
    "label_ids": [],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stephen Lockhart's band, who runs Ascension Fest in Iceland. https://rebirthofnefast.bandcamp.com/; Originated in Ireland before relocating to Iceland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}