Information about plays

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

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

{
    "id": 374210,
    "uri": "https://api.kexp.org/v2/plays/374210/?format=api",
    "airdate": "2019-08-29T23:00:20-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melody Dub",
    "track_id": "e664fc9f-7059-4ebb-acec-a0bee2854216",
    "recording_id": null,
    "artist": "Bim Sherman",
    "artist_ids": [
        "dd8b7588-2a76-4a42-8622-088e54e46e0e"
    ],
    "album": "Trevor Jackson Presents: Science Fiction Dancehall Classics",
    "release_id": "98f29fdb-1b8a-4122-9be6-55225a2836e8",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "2015-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On-U Sound is still going strong, but its golden age was arguably the first half of the 1980s, the period covered by Science Fiction Dancehall Classics.\nTo listen to these 27 tracks is, quite literally, to hear history being made. https://sciencefictiondancehallclassics.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}