Information about plays

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

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

{
    "id": 382626,
    "uri": "https://api.kexp.org/v2/plays/382626/?format=api",
    "airdate": "2019-09-18T19:02:49-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highstepper",
    "track_id": null,
    "recording_id": null,
    "artist": "Rob Galbraith",
    "artist_ids": [
        "56087a5a-f8cd-4207-b0a3-117cca2448d9"
    ],
    "album": "Damn It All",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2016-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collection of recordings from 1969-1977 by the Nashville producer / songwriter: https://www.nashvillescene.com/music/article/13062809/a-new-collection-of-unearthed-demo-recordings-makes-the-case-for-rob-galbraiths-greatness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}