Information about plays

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

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

{
    "id": 3568381,
    "uri": "https://api.kexp.org/v2/plays/3568381/?format=api",
    "airdate": "2025-10-22T05:26:37-07:00",
    "show": 64901,
    "show_uri": "https://api.kexp.org/v2/shows/64901/?format=api",
    "image_uri": "https://dn721208.ca.archive.org/0/items/mbid-27eaf01f-ce60-4e7f-9ce0-f05e20414d07/mbid-27eaf01f-ce60-4e7f-9ce0-f05e20414d07-19901850611_thumb500.jpg",
    "thumbnail_uri": "https://dn721208.ca.archive.org/0/items/mbid-27eaf01f-ce60-4e7f-9ce0-f05e20414d07/mbid-27eaf01f-ce60-4e7f-9ce0-f05e20414d07-19901850611_thumb250.jpg",
    "song": "Get Lost",
    "track_id": "5e7b02de-52ed-4d78-86d2-1cd1fab073fc",
    "recording_id": "ab82a411-532d-418b-ad7b-dab46aaec4ab",
    "artist": "L.A. Witch",
    "artist_ids": [
        "38e89263-3d3c-4ccb-ae29-9c31dcff0777"
    ],
    "album": "L.A. WITCH",
    "release_id": "27eaf01f-ce60-4e7f-9ce0-f05e20414d07",
    "release_group_id": "b504ad69-76c0-46d9-b1c5-3f3ebb8ca553",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.A. Witch performed \"Get Lost\" live in the KEXP studio in 2017. Watch the full session here:\nhttps://youtu.be/_oiP__FQAjs\n\nhttps://lawitches.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}