Information about plays

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

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

{
    "id": 3574963,
    "uri": "https://api.kexp.org/v2/plays/3574963/?format=api",
    "airdate": "2025-11-07T03:18:29-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "https://ia600307.us.archive.org/26/items/mbid-abc2013c-b852-416d-967d-d6a3f21780cf/mbid-abc2013c-b852-416d-967d-d6a3f21780cf-42265177378_thumb500.jpg",
    "thumbnail_uri": "https://ia600307.us.archive.org/26/items/mbid-abc2013c-b852-416d-967d-d6a3f21780cf/mbid-abc2013c-b852-416d-967d-d6a3f21780cf-42265177378_thumb250.jpg",
    "song": "Gibran",
    "track_id": "09ee1179-ead3-40a6-96be-63ddb5a4698d",
    "recording_id": "e528aa1b-1b8d-4442-9551-1e5bb9b27544",
    "artist": "Ami Taf Ra",
    "artist_ids": [
        "0e0b62fd-f14c-4fec-b284-b3cde159880d"
    ],
    "album": "The Prophet and the Madman",
    "release_id": "abc2013c-b852-416d-967d-d6a3f21780cf",
    "release_group_id": "f50a44d8-ed21-4519-9293-b960b0d7501f",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}