Information about plays

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

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

{
    "id": 369526,
    "uri": "https://api.kexp.org/v2/plays/369526/?format=api",
    "airdate": "2019-08-19T16:29:57-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Offa My Hands",
    "track_id": "55b6c13e-6ed2-4eca-976e-ca6b540c1c24",
    "recording_id": null,
    "artist": "Jessica Lea Mayfield",
    "artist_ids": [
        "c30774c8-0bfe-490c-9619-1999908b0fe7"
    ],
    "album": "Sorry Is Gone",
    "release_id": "e9ff0240-6e73-4d27-b49b-825ed3518f84",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jessica Lea Mayfield stopped by the studio last year, check out her performance here: https://www.youtube.com/watch?v=2DZ3BHgFLaM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}