Information about plays

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

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

{
    "id": 3574095,
    "uri": "https://api.kexp.org/v2/plays/3574095/?format=api",
    "airdate": "2025-11-04T23:47:25-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "https://ia800704.us.archive.org/32/items/mbid-9792abe4-a8df-4409-aed0-470343b199a6/mbid-9792abe4-a8df-4409-aed0-470343b199a6-5563177122_thumb500.jpg",
    "thumbnail_uri": "https://ia800704.us.archive.org/32/items/mbid-9792abe4-a8df-4409-aed0-470343b199a6/mbid-9792abe4-a8df-4409-aed0-470343b199a6-5563177122_thumb250.jpg",
    "song": "Rebel Girl",
    "track_id": "2f3fb702-4ee3-3207-8a54-e5142ba1375c",
    "recording_id": "09925f2d-7e26-477b-a30a-c1963bb154f8",
    "artist": "Bikini Kill",
    "artist_ids": [
        "1397d045-1603-41fc-80b9-712c18360145"
    ],
    "album": "Pussy Whipped",
    "release_id": "9792abe4-a8df-4409-aed0-470343b199a6",
    "release_group_id": "db966c6a-8a3d-3868-afec-7829914d64e0",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Ky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}