Information about plays

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

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

{
    "id": 382647,
    "uri": "https://api.kexp.org/v2/plays/382647/?format=api",
    "airdate": "2019-09-18T20:35:46-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll On, John",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Folksinger's Choice",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "WBAI"
    ],
    "label_ids": [],
    "release_date": "1962-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paying tribute tonight to John Cohen – a founder of the influential New Lost City Ramblers and a pivotal figure in the folk revival of that time; photographer, filmmaker, musicologist – who passed away Monday at the age of 87 ; https://www.npr.org/2019/09/17/761593122/banjo-player-folklorist-photographer-and-filmmaker-john-cohen-has-died",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}