Information about plays

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

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

{
    "id": 3561957,
    "uri": "https://api.kexp.org/v2/plays/3561957/?format=api",
    "airdate": "2025-10-06T08:01:38-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia801308.us.archive.org/27/items/mbid-9ed81c23-af06-3d4e-828f-e10e7fbd1e02/mbid-9ed81c23-af06-3d4e-828f-e10e7fbd1e02-12692828954_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/27/items/mbid-9ed81c23-af06-3d4e-828f-e10e7fbd1e02/mbid-9ed81c23-af06-3d4e-828f-e10e7fbd1e02-12692828954_thumb250.jpg",
    "song": "Somebody to Love",
    "track_id": "5fe5f271-488e-3ded-a767-a5177ec4a25a",
    "recording_id": "aa9fb372-52bb-4afc-b8fb-3aae20672d79",
    "artist": "Jefferson Airplane",
    "artist_ids": [
        "39c2a93d-9afa-4a22-9bba-c087ab056e1c"
    ],
    "album": "Surrealistic Pillow",
    "release_id": "9ed81c23-af06-3d4e-828f-e10e7fbd1e02",
    "release_group_id": "e6440cd2-5e8e-367d-bc49-cc042b5ef524",
    "labels": [
        "BMG Heritage",
        "RCA"
    ],
    "label_ids": [
        "1a88e2e9-c496-4b90-bfd4-165e6859bc39",
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2003-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#604 on your countdown of the greatest albums of all-time. THIS SUCKER CHANGED THE GAME! https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}