Information about plays

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

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

{
    "id": 3648050,
    "uri": "https://api.kexp.org/v2/plays/3648050/?format=api",
    "airdate": "2026-04-28T23:45:53-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-50ee73d8-066b-4036-bcfa-8dc913fc4169/mbid-50ee73d8-066b-4036-bcfa-8dc913fc4169-44936798235_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/20/items/mbid-50ee73d8-066b-4036-bcfa-8dc913fc4169/mbid-50ee73d8-066b-4036-bcfa-8dc913fc4169-44936798235_thumb250.jpg",
    "song": "Criminal Kissing",
    "track_id": "eee2099e-3a8a-4a63-9516-6ca7f2f5142c",
    "recording_id": "11bda124-49d2-4004-9975-fc1e98cb05db",
    "artist": "IAN SWEET",
    "artist_ids": [
        "ce6fbc1a-7a8b-4596-a8bb-7ef87290d892"
    ],
    "album": "Shiverstruck",
    "release_id": "50ee73d8-066b-4036-bcfa-8dc913fc4169",
    "release_group_id": "077e6e91-b5aa-4267-a361-507249f562d3",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2026-07-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}