Information about plays

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

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

{
    "id": 3439651,
    "uri": "https://api.kexp.org/v2/plays/3439651/?format=api",
    "airdate": "2024-12-18T12:06:31-08:00",
    "show": 62142,
    "show_uri": "https://api.kexp.org/v2/shows/62142/?format=api",
    "image_uri": "https://ia800803.us.archive.org/32/items/mbid-d1503eba-60af-49ad-98a6-970881d16e09/mbid-d1503eba-60af-49ad-98a6-970881d16e09-2341775356_thumb500.jpg",
    "thumbnail_uri": "https://ia800803.us.archive.org/32/items/mbid-d1503eba-60af-49ad-98a6-970881d16e09/mbid-d1503eba-60af-49ad-98a6-970881d16e09-2341775356_thumb250.jpg",
    "song": "Crystalised",
    "track_id": "ccbaef92-10ca-3f75-a0ca-0b70aa14d91a",
    "recording_id": "28565ecb-6f65-4f57-ab7f-1846d643c1d7",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "xx",
    "release_id": "d1503eba-60af-49ad-98a6-970881d16e09",
    "release_group_id": "23355caf-a543-4b5f-80fe-449101868fc1",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2009-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2009 song by Oliver Sim and Romy Madley Croft was The xx's debut single.\n--\nThe xx performed \"Crystalised\" live at the Cutting Room Studios NYC during KEXP's broadcast from CMJ in 2009.: https://www.youtube.com/watch?v=4EEnpd57Z9E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}