Information about plays

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

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

{
    "id": 347222,
    "uri": "https://api.kexp.org/v2/plays/347222/?format=api",
    "airdate": "2019-06-28T00:40:27-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/b0bb05a0-4b70-3b61-8af2-e6861f03d73d/11163826249-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Think Twice, It’s All Right (demo)",
    "track_id": "27624883-2d6f-3f2e-b747-1b560f9c2d80",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Vol. 7: No Direction Home: The Soundtrack",
    "release_id": "b0bb05a0-4b70-3b61-8af2-e6861f03d73d",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dylan said of this track: \"A lot of people make it sort of a love song/slow and easygoing. But it isn't a love song. It's a statement that maybe you can say something to make yourself feel better. It's as if you were talking to yourself\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}