Information about plays

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

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

{
    "id": 3619053,
    "uri": "https://api.kexp.org/v2/plays/3619053/?format=api",
    "airdate": "2026-02-18T09:33:24-08:00",
    "show": 65965,
    "show_uri": "https://api.kexp.org/v2/shows/65965/?format=api",
    "image_uri": "https://dn711105.ca.archive.org/0/items/mbid-90492862-8180-49a1-9e06-4a95772cc2fc/mbid-90492862-8180-49a1-9e06-4a95772cc2fc-14582883923_thumb500.jpg",
    "thumbnail_uri": "https://dn711105.ca.archive.org/0/items/mbid-90492862-8180-49a1-9e06-4a95772cc2fc/mbid-90492862-8180-49a1-9e06-4a95772cc2fc-14582883923_thumb250.jpg",
    "song": "Try a Little Tenderness",
    "track_id": "8d49d150-47c1-4867-ab37-7409db5c8f07",
    "recording_id": "02823b48-10db-4a3d-a30e-eaffa1af0b70",
    "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": "Continuing the celebration of what would've been John Hughes' 76th birthday:\nNumber 5 on John's Top 10 (or 11) songs in John Hughes films: Otis Redding \"Try a Little Tenderness\" from \"Pretty in Pink\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}