Information about plays

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

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

{
    "id": 3626659,
    "uri": "https://api.kexp.org/v2/plays/3626659/?format=api",
    "airdate": "2026-03-08T05:28:40-07:00",
    "show": 66124,
    "show_uri": "https://api.kexp.org/v2/shows/66124/?format=api",
    "image_uri": "https://dn710903.ca.archive.org/0/items/mbid-c60e9b34-1cb2-461d-90be-480066854162/mbid-c60e9b34-1cb2-461d-90be-480066854162-15922596276_thumb500.jpg",
    "thumbnail_uri": "https://dn710903.ca.archive.org/0/items/mbid-c60e9b34-1cb2-461d-90be-480066854162/mbid-c60e9b34-1cb2-461d-90be-480066854162-15922596276_thumb250.jpg",
    "song": "Sensations in the Dark",
    "track_id": "77134b71-b824-3a91-afb5-f1c3f1f846d2",
    "recording_id": "35a2b803-333d-41be-9c88-ec97460fd01f",
    "artist": "Gruff Rhys",
    "artist_ids": [
        "254caf14-7b63-47d1-aa9f-acc7cb541814"
    ],
    "album": "Hotel Shampoo",
    "release_id": "ffc8558f-7ffd-4b99-afc7-8ef98bad77ef",
    "release_group_id": "9c95a450-6020-493e-b5c7-a0a09a320be0",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}