Information about plays

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

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

{
    "id": 3561292,
    "uri": "https://api.kexp.org/v2/plays/3561292/?format=api",
    "airdate": "2025-10-04T18:17:27-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia800301.us.archive.org/13/items/mbid-0d100f92-a6fa-47db-8bfa-09e16507d279/mbid-0d100f92-a6fa-47db-8bfa-09e16507d279-13478815666_thumb500.jpg",
    "thumbnail_uri": "https://ia600301.us.archive.org/13/items/mbid-0d100f92-a6fa-47db-8bfa-09e16507d279/mbid-0d100f92-a6fa-47db-8bfa-09e16507d279-13478815666_thumb250.jpg",
    "song": "Supersonics",
    "track_id": "b6bc7ab5-dfe4-4f29-9a53-e003196e4595",
    "recording_id": "bc3de6bb-0887-40ee-a7bb-cd8a19a868ed",
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": "Supersonics",
    "release_id": "0d100f92-a6fa-47db-8bfa-09e16507d279",
    "release_group_id": "5998fc44-2e78-4c11-919d-72cd825cf6a9",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Remember them?\n\n The song was released as a promotional CD in order to coincide with the Seattle SuperSonics' appearance in the 1996 NBA Finals.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}