Information about plays

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

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

{
    "id": 2676447,
    "uri": "https://api.kexp.org/v2/plays/2676447/?format=api",
    "airdate": "2019-12-21T18:51:01-08:00",
    "show": 46196,
    "show_uri": "https://api.kexp.org/v2/shows/46196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Waltz Under The Stars",
    "track_id": "b6ab9904-86c5-4cb5-b4a0-3d08e9bcbb53",
    "recording_id": null,
    "artist": "Barrett Martin Group",
    "artist_ids": [
        "0bf9501f-6d9d-4c08-a886-382d7cd99a3b"
    ],
    "album": "Indwell",
    "release_id": "f03adb57-f497-4939-9f9d-12e5ea428893",
    "release_group_id": null,
    "labels": [
        "Sunyata Records"
    ],
    "label_ids": [
        "a5d33e7a-f031-4910-bc94-f5fb43d4549d"
    ],
    "release_date": "2019-11-29",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}