Information about plays

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

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

{
    "id": 3636774,
    "uri": "https://api.kexp.org/v2/plays/3636774/?format=api",
    "airdate": "2026-04-02T06:39:53-07:00",
    "show": 66343,
    "show_uri": "https://api.kexp.org/v2/shows/66343/?format=api",
    "image_uri": "https://ia601301.us.archive.org/13/items/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6-6125652332_thumb500.jpg",
    "thumbnail_uri": "https://ia601301.us.archive.org/13/items/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6-6125652332_thumb250.jpg",
    "song": "Fly Me to the Moon (In Other Words)",
    "track_id": "6090e4d1-d1bb-3ac3-8df5-63a6248f6d81",
    "recording_id": "96e25e14-65be-47bb-971a-be6fd28c741f",
    "artist": "Frank Sinatra",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d"
    ],
    "album": "The Very Best of Frank Sinatra",
    "release_id": "df2d5b95-b069-4b03-b0d1-90eb4ba619e6",
    "release_group_id": "80467537-973d-3820-b907-f1b885dda8ed",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1997-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Ken in Seattle! This iconic version of\" Fly Me to the Moon\" was arranged by Quincy Jones. Among other contributions to the arrangement Jones raised the tempo and moved the song form 3/4 to 4/4 time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}