Information about plays

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

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

{
    "id": 3609934,
    "uri": "https://api.kexp.org/v2/plays/3609934/?format=api",
    "airdate": "2026-01-27T20:54:41-08:00",
    "show": 65772,
    "show_uri": "https://api.kexp.org/v2/shows/65772/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fde76c9-42a5-42ae-a83a-0bb7f5179baa/30318653365-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fde76c9-42a5-42ae-a83a-0bb7f5179baa/30318653365-250.jpg",
    "song": "Sagherat Assani (feat. Sulafa Elyas)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "Hoggar",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tinariwen are from Southern Algeria and northern Mali.\n\nSulafa Elyas was born in Saudi Arabia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}