Information about plays

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

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

{
    "id": 350414,
    "uri": "https://api.kexp.org/v2/plays/350414/?format=api",
    "airdate": "2019-07-05T10:40:21-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Armagideon Time",
    "track_id": "61cdc979-248e-4666-883c-8fbff416b154",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Clash on Broadway",
    "release_id": "d575a051-0ac7-4388-8727-fae0a8249382",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reggae artist Willi Williams originally released this song as a single in 1978. The Clash covered it in 1979 and released it as the B-side to their single \"London Calling.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}