Information about plays

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

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

{
    "id": 3439758,
    "uri": "https://api.kexp.org/v2/plays/3439758/?format=api",
    "airdate": "2024-12-18T18:38:55-08:00",
    "show": 62144,
    "show_uri": "https://api.kexp.org/v2/shows/62144/?format=api",
    "image_uri": "https://ia800509.us.archive.org/21/items/mbid-34616130-3450-45c2-b63d-e416faad72d7/mbid-34616130-3450-45c2-b63d-e416faad72d7-36649300522_thumb500.jpg",
    "thumbnail_uri": "https://ia600509.us.archive.org/21/items/mbid-34616130-3450-45c2-b63d-e416faad72d7/mbid-34616130-3450-45c2-b63d-e416faad72d7-36649300522_thumb250.jpg",
    "song": "Last Christmas",
    "track_id": "54d75ad0-1a32-4690-a1f3-997ff57dd0e6",
    "recording_id": "7571f859-070a-4380-bfd2-156d97d9b271",
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "Last Christmas",
    "release_id": "0018c278-e71f-4269-b8c0-dd7cb1b0822d",
    "release_group_id": "4ec40867-893a-4af3-b6a4-ff7618eb0086",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-12-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Deep Sea Diver released their cover of Wham!'s holiday classic \"Last Christmas\" back in 2018. \nEnjoy the video they made for it here: https://youtu.be/OSR1nJ3PslU\n\nKevin Cole hosted them - Live in the KEXP Studio - in Oct 2021: https://youtu.be/gcECkMgWkw4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}