Information about plays

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

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

{
    "id": 3575411,
    "uri": "https://api.kexp.org/v2/plays/3575411/?format=api",
    "airdate": "2025-11-08T05:16:31-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://ia801206.us.archive.org/7/items/mbid-90492862-8180-49a1-9e06-4a95772cc2fc/mbid-90492862-8180-49a1-9e06-4a95772cc2fc-14582883923_thumb500.jpg",
    "thumbnail_uri": "https://ia601206.us.archive.org/7/items/mbid-90492862-8180-49a1-9e06-4a95772cc2fc/mbid-90492862-8180-49a1-9e06-4a95772cc2fc-14582883923_thumb250.jpg",
    "song": "Pain in My Heart",
    "track_id": "45331030-eed3-437d-85f0-9588deaecd00",
    "recording_id": "52eda5d6-ceda-4c68-84d1-4c004d4e7863",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Complete Stax/Volt Singles Collection",
    "release_id": "90492862-8180-49a1-9e06-4a95772cc2fc",
    "release_group_id": "73d8f53a-55c8-47fc-8dc3-5c819f7ca6cd",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2013-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}