Information about plays

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

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

{
    "id": 3641436,
    "uri": "https://api.kexp.org/v2/plays/3641436/?format=api",
    "airdate": "2026-04-13T04:48:28-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://dn721302.ca.archive.org/0/items/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f-23645615845_thumb500.jpg",
    "thumbnail_uri": "https://dn721302.ca.archive.org/0/items/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f-23645615845_thumb250.jpg",
    "song": "Angryman",
    "track_id": "70fcfdfe-52b4-35ab-8e73-8c195000b0de",
    "recording_id": "c8ca1f91-b089-4b6e-aa08-f1eda9201de5",
    "artist": "The Bees",
    "artist_ids": [
        "276cfa71-caa8-4bf4-b522-39a8086e7c6b"
    ],
    "album": "Sunshine Hit Me",
    "release_id": "7df9285c-a82d-4583-a7d9-98d83e22e09f",
    "release_group_id": "56d42e63-7052-325d-a46d-adf95ca55747",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2003-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}