Information about plays

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

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

{
    "id": 354037,
    "uri": "https://api.kexp.org/v2/plays/354037/?format=api",
    "airdate": "2019-07-13T22:39:33-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sniffin' Glue",
    "track_id": "8be94ea2-cdd6-3818-9eca-7d315455d603",
    "recording_id": null,
    "artist": "The Exploding Hearts",
    "artist_ids": [
        "e0fc22ed-6fff-4161-8ff7-a568cdbe7850"
    ],
    "album": "Shattered",
    "release_id": "72c23276-b334-4bcd-a8e0-c04903df3c31",
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2006-10-31",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "All members of the band except for guitarist, Terry Six were killed in a car accident while on tour in 2003.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}