Information about plays

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

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

{
    "id": 3641362,
    "uri": "https://api.kexp.org/v2/plays/3641362/?format=api",
    "airdate": "2026-04-13T00:02:24-07:00",
    "show": 66438,
    "show_uri": "https://api.kexp.org/v2/shows/66438/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a7b4906-2e1e-4f67-b661-a6204528ce78/32963589950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a7b4906-2e1e-4f67-b661-a6204528ce78/32963589950-250.jpg",
    "song": "Just Talk",
    "track_id": null,
    "recording_id": "62f7813b-4068-4c63-bd37-047ae482926b",
    "artist": "A.C. Marias",
    "artist_ids": [
        "a7e2c81c-d16c-48b0-9452-c76d3d4654d8"
    ],
    "album": "One of Our Girls (Has Gone Missing)",
    "release_id": null,
    "release_group_id": "040f278d-65aa-3b75-9aef-3ad130f481c6",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}