Information about plays

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

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

{
    "id": 3561042,
    "uri": "https://api.kexp.org/v2/plays/3561042/?format=api",
    "airdate": "2025-10-04T00:09:29-07:00",
    "show": 64737,
    "show_uri": "https://api.kexp.org/v2/shows/64737/?format=api",
    "image_uri": "https://coverartarchive.org/release/b56006c5-8698-43fd-b1bf-d5f5195bfee8/32867376823-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b56006c5-8698-43fd-b1bf-d5f5195bfee8/32867376823-250.jpg",
    "song": "SEATTLE",
    "track_id": null,
    "recording_id": "fd852732-6ed9-4613-ae8f-2d12970a2e67",
    "artist": "Lupe Fiasco feat. Nayirah",
    "artist_ids": [
        "cf15719f-51f9-4db8-a15d-5eed9664ce69",
        "86387f02-0730-493d-87db-b5229165ee05"
    ],
    "album": "Drill Music in Zion",
    "release_id": null,
    "release_group_id": "44728754-c036-4c4b-a94b-86d85c981f45",
    "labels": [
        "1st & 15th"
    ],
    "label_ids": [
        "8dfd9834-ebc4-422f-b822-1efdfbf31059"
    ],
    "release_date": "2022-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}