Information about plays

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

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

{
    "id": 3582775,
    "uri": "https://api.kexp.org/v2/plays/3582775/?format=api",
    "airdate": "2025-11-25T12:17:11-08:00",
    "show": 65207,
    "show_uri": "https://api.kexp.org/v2/shows/65207/?format=api",
    "image_uri": "https://ia800305.us.archive.org/33/items/mbid-4c5701b8-6e5b-4488-99a1-6ae4e59d24c9/mbid-4c5701b8-6e5b-4488-99a1-6ae4e59d24c9-17542645229_thumb500.jpg",
    "thumbnail_uri": "https://ia800305.us.archive.org/33/items/mbid-4c5701b8-6e5b-4488-99a1-6ae4e59d24c9/mbid-4c5701b8-6e5b-4488-99a1-6ae4e59d24c9-17542645229_thumb250.jpg",
    "song": "Trouble in the Country",
    "track_id": "403d82d8-5099-3552-ac41-867db8ff4594",
    "recording_id": "efc6986d-a682-455c-986e-86d91f88fe6d",
    "artist": "Paleface",
    "artist_ids": [
        "d37d25ba-d785-41b0-8be5-df8671fa7a83"
    ],
    "album": "Paleface",
    "release_id": "4c5701b8-6e5b-4488-99a1-6ae4e59d24c9",
    "release_group_id": "d73662b6-b8d3-3f1f-8c3f-3ee223244985",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a performance of \"Trouble in the Country\" from the 1992 documentary, \"Anti-Folk\": https://www.youtube.com/watch?v=umEvV3qTRf8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}