Information about plays

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

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

{
    "id": 3520232,
    "uri": "https://api.kexp.org/v2/plays/3520232/?format=api",
    "airdate": "2025-06-29T02:59:06-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia600504.us.archive.org/8/items/mbid-b74bcac2-faf2-431f-81c1-0c4ef2720e07/mbid-b74bcac2-faf2-431f-81c1-0c4ef2720e07-37140693278_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/8/items/mbid-b74bcac2-faf2-431f-81c1-0c4ef2720e07/mbid-b74bcac2-faf2-431f-81c1-0c4ef2720e07-37140693278_thumb250.jpg",
    "song": "Idling Somewhere",
    "track_id": "6e6f45a9-b616-4445-b15f-31db24840afd",
    "recording_id": "db13826a-0522-444d-b7f5-9106d5587946",
    "artist": "Jane Remover",
    "artist_ids": [
        "f4b6e451-5dce-4842-a555-f793892299b3"
    ],
    "album": "Census Designated",
    "release_id": "b74bcac2-faf2-431f-81c1-0c4ef2720e07",
    "release_group_id": "650abe5d-5766-4825-a49c-f68ae6405a26",
    "labels": [
        "deadAir"
    ],
    "label_ids": [
        "3866d92d-9c83-4462-ab85-a360bf7fd131"
    ],
    "release_date": "2023-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Opening for Turnstile at the Bill Graham Civic Auditorium in San Francisco on Oct. 5th & WaMu Theater on Oct. 7th in Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}