Information about plays

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

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

{
    "id": 3629970,
    "uri": "https://api.kexp.org/v2/plays/3629970/?format=api",
    "airdate": "2026-03-17T01:37:52-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-a0c26fb4-23a0-4a1b-a2ca-687c093639ad/mbid-a0c26fb4-23a0-4a1b-a2ca-687c093639ad-4463233489_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-a0c26fb4-23a0-4a1b-a2ca-687c093639ad/mbid-a0c26fb4-23a0-4a1b-a2ca-687c093639ad-4463233489_thumb250.jpg",
    "song": "Redlights",
    "track_id": "247c3125-09e9-371e-918e-a6c26c540730",
    "recording_id": "675675c3-bf67-4d8f-b282-7bdd4f6fea72",
    "artist": "Salem",
    "artist_ids": [
        "987fc4c9-2c99-4f6c-949b-8da8019769a8"
    ],
    "album": "King Night",
    "release_id": "a0c26fb4-23a0-4a1b-a2ca-687c093639ad",
    "release_group_id": "a418259c-edc1-444f-9919-11cb09bd7eaa",
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2010-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some 2010 \"witch house\" lolz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}