Information about plays

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

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

{
    "id": 3579426,
    "uri": "https://api.kexp.org/v2/plays/3579426/?format=api",
    "airdate": "2025-11-17T13:57:15-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://ia903104.us.archive.org/24/items/mbid-d2721e32-c45b-4676-b940-e2392e4e06a6/mbid-d2721e32-c45b-4676-b940-e2392e4e06a6-24707934714_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/24/items/mbid-d2721e32-c45b-4676-b940-e2392e4e06a6/mbid-d2721e32-c45b-4676-b940-e2392e4e06a6-24707934714_thumb250.jpg",
    "song": "Jumpin' off a Clef",
    "track_id": "bfc862d8-7532-3bbc-a842-751d976cdecf",
    "recording_id": "7420c213-c5d2-4657-a8ee-4fbcc409e35d",
    "artist": "Chet Baker",
    "artist_ids": [
        "1ba1d493-7114-45e2-b163-a36d49a0c065"
    ],
    "album": "The Best of Chet Baker Plays",
    "release_id": "d2721e32-c45b-4676-b940-e2392e4e06a6",
    "release_group_id": "6d10472a-6f2f-332f-afe8-79fbd9f6770c",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jumpin' off a Clef - the song about Chet Baker's journey to relearn how to play the trumpet with new dentures.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}