Information about plays

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

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

{
    "id": 3640754,
    "uri": "https://api.kexp.org/v2/plays/3640754/?format=api",
    "airdate": "2026-04-11T14:08:12-07:00",
    "show": 66425,
    "show_uri": "https://api.kexp.org/v2/shows/66425/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-82d17a7e-7b86-4a5c-b5e9-1c08e5886d83/mbid-82d17a7e-7b86-4a5c-b5e9-1c08e5886d83-13478740564_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-82d17a7e-7b86-4a5c-b5e9-1c08e5886d83/mbid-82d17a7e-7b86-4a5c-b5e9-1c08e5886d83-13478740564_thumb250.jpg",
    "song": "Compass Point",
    "track_id": "37a1ed1f-ab6a-4b63-9bab-4f8b1f46b0e1",
    "recording_id": "3801e3f0-98d0-4c09-b56e-0f0955bf7b25",
    "artist": "Holy Ghost!",
    "artist_ids": [
        "3c0d5463-6688-4f4a-8273-a191657d8084"
    ],
    "album": "Crime Cutz",
    "release_id": "82d17a7e-7b86-4a5c-b5e9-1c08e5886d83",
    "release_group_id": "6f85e3bf-132a-48b5-9f23-9f3c3d115073",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2016-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Holy Ghost! were a synthpop duo on James Murphy's DFA label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}