Information about plays

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

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

{
    "id": 376526,
    "uri": "https://api.kexp.org/v2/plays/376526/?format=api",
    "airdate": "2019-09-04T12:42:17-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/5223c055-c717-35c8-9571-4353d147e9d7/9063548580-250.jpg",
    "thumbnail_uri": "",
    "song": "Bird on a Wire",
    "track_id": "0bb3b9fa-6da5-3474-b626-0122d189afec",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "American Recordings",
    "release_id": "5223c055-c717-35c8-9571-4353d147e9d7",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1994-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wow! Released in 1994, <i>American Recordings</i> is the 81st album by Johnny Cash. The album marked the beginning of a career resurgence for Cash, who was widely recognized as an icon of American music but whose record sales had suffered during the late 1970s and 1980s. Under Rick Rubin's supervision, he recorded the album in his living room, accompanied only by his guitar. This was a return to Cash's earliest recording style.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}