Information about plays

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

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

{
    "id": 2677858,
    "uri": "https://api.kexp.org/v2/plays/2677858/?format=api",
    "airdate": "2019-12-25T08:12:17-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/48ee75f3-8f1f-3a5a-b246-62395d49150c/21214070885-250.jpg",
    "thumbnail_uri": "",
    "song": "Star of Bethlehem",
    "track_id": "0a1338a1-4a8e-3e85-9a14-01da55b44786",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "American Stars 'n Bars",
    "release_id": "48ee75f3-8f1f-3a5a-b246-62395d49150c",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2003-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}