Information about plays

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

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

{
    "id": 2677739,
    "uri": "https://api.kexp.org/v2/plays/2677739/?format=api",
    "airdate": "2019-12-25T01:03:20-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/f806951b-c1fe-45fb-90bf-9afaec772774/22620770135-250.jpg",
    "thumbnail_uri": "",
    "song": "Happy Xmas (War Is Over)",
    "track_id": "e23112bd-af92-4068-b085-ab91cfa3f597",
    "recording_id": null,
    "artist": "David Bazan",
    "artist_ids": [
        "d1714baa-2174-4233-8272-f537bfa9fbba"
    ],
    "album": "Dark Sacred Night",
    "release_id": "f806951b-c1fe-45fb-90bf-9afaec772774",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2016-10-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "There is something that is underrepresented in Christmas music, and that's just how uncomfortable the holidays can be for a lot of folks,” David Bazan says about his collection of holiday songs Dark Sacred Night.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}