Information about plays

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

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

{
    "id": 3628230,
    "uri": "https://api.kexp.org/v2/plays/3628230/?format=api",
    "airdate": "2026-03-12T23:24:55-07:00",
    "show": 66165,
    "show_uri": "https://api.kexp.org/v2/shows/66165/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c200a25-dedc-412c-9347-034e43733e14/42893397169-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c200a25-dedc-412c-9347-034e43733e14/42893397169-250.jpg",
    "song": "War",
    "track_id": null,
    "recording_id": "b08e191c-522a-4ba0-a89d-a040ffd3d67d",
    "artist": "Mos Def",
    "artist_ids": [
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "The New Danger",
    "release_id": null,
    "release_group_id": "4d0fd091-18c3-3c0d-8161-017296db71e9",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}