Information about plays

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

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

{
    "id": 449395,
    "uri": "https://api.kexp.org/v2/plays/449395/?format=api",
    "airdate": "2001-07-27T10:52:00-07:00",
    "show": 7596,
    "show_uri": "https://api.kexp.org/v2/shows/7596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kolo X",
    "track_id": "c87fb039-5fae-4533-99e2-af8613564a0d",
    "recording_id": null,
    "artist": "Jon Hassell and Bluescreen",
    "artist_ids": [
        "b8d23f08-317d-47dc-8df7-a4b56578eabf"
    ],
    "album": "Dressing For Pleasure",
    "release_id": "9c62385b-6a5f-4680-a391-8e4d13f19484",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}