Information about plays

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

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

{
    "id": 3571184,
    "uri": "https://api.kexp.org/v2/plays/3571184/?format=api",
    "airdate": "2025-10-28T23:01:59-07:00",
    "show": 64961,
    "show_uri": "https://api.kexp.org/v2/shows/64961/?format=api",
    "image_uri": "https://ia600602.us.archive.org/25/items/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be-33366468612_thumb500.jpg",
    "thumbnail_uri": "https://ia800602.us.archive.org/25/items/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be-33366468612_thumb250.jpg",
    "song": "Dracula",
    "track_id": "eeb40929-0831-47cc-ad97-57ff961ecab3",
    "recording_id": "a225ba69-5fda-4473-b162-58d0bdcd3d67",
    "artist": "Amen Dunes",
    "artist_ids": [
        "c926bc4a-97c9-4412-b56e-7e5844f09579"
    ],
    "album": "Freedom",
    "release_id": "98f1a3a6-25e5-4df2-86c4-99cf053732be",
    "release_group_id": "5b8d6b45-e0a2-4846-8ce3-1f2d9fc9340d",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}