Information about plays

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

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

{
    "id": 3561774,
    "uri": "https://api.kexp.org/v2/plays/3561774/?format=api",
    "airdate": "2025-10-05T21:07:10-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "https://coverartarchive.org/release/7707226e-be47-43a4-a4ac-487a258b4439/41691394249-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7707226e-be47-43a4-a4ac-487a258b4439/41691394249-250.jpg",
    "song": "Legacy (Original)",
    "track_id": null,
    "recording_id": "4f3a7f20-7008-4255-8998-f4de7f501b08",
    "artist": "OVEOUS X Don Kamares",
    "artist_ids": [
        "8b46fab2-5d84-4ccd-ab80-b05a8b4b051a",
        "d24d6c6c-d8f3-4a94-9ce0-7e643fdff89b"
    ],
    "album": "Legacy",
    "release_id": null,
    "release_group_id": "9378eaf6-70d1-4d55-a2cf-84d490b10d1b",
    "labels": [
        "Yoruba Records"
    ],
    "label_ids": [
        "80d1d6d8-a42a-4dbe-9ca0-95e9680fb9dc"
    ],
    "release_date": "2023-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dominican rapper, music producer and poet out of New York Oveous paired up with Don Kamares for \"Legacy\" in 2023 on Yoruba Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}