Information about plays

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

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

{
    "id": 378437,
    "uri": "https://api.kexp.org/v2/plays/378437/?format=api",
    "airdate": "2019-09-08T17:53:42-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4702c2a-3b5e-4b8f-84bd-ccb86074bc1b/9518523492-250.jpg",
    "thumbnail_uri": "",
    "song": "Pepper",
    "track_id": "4b34c0b9-5597-30d8-bf63-6cf987a7ac9b",
    "recording_id": null,
    "artist": "Butthole Surfers",
    "artist_ids": [
        "2339bc21-aa92-4850-86f0-4bb9433910c8"
    ],
    "album": "Electriclarryland",
    "release_id": "a4702c2a-3b5e-4b8f-84bd-ccb86074bc1b",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}