Information about plays

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

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

{
    "id": 3588029,
    "uri": "https://api.kexp.org/v2/plays/3588029/?format=api",
    "airdate": "2025-12-07T11:11:58-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?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": "Ole Man Trouble",
    "track_id": "b8308c18-9cae-40b7-9413-cd99f8444b4f",
    "recording_id": "ab331ff6-f549-4c64-8e50-4db401cd67e5",
    "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": "Producer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}