Information about plays

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

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

{
    "id": 382638,
    "uri": "https://api.kexp.org/v2/plays/382638/?format=api",
    "airdate": "2019-09-18T19:54:36-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stoney",
    "track_id": "ed7bd604-0e24-3753-aef0-0c5bc914ceb9",
    "recording_id": null,
    "artist": "Jerry Jeff Walker",
    "artist_ids": [
        "3faa019a-ad91-4ddf-87d5-fdcbdfd8327c"
    ],
    "album": "Bein' Free",
    "release_id": "114812fa-60ef-4e6f-9346-cb6972fb7335",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song references his old friend and collaborator H.R. Stoneback ; live in 2012: https://www.youtube.com/watch?v=rnrSb8QtLFw ; https://jerryjeff.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}