Information about plays

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

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

{
    "id": 3543874,
    "uri": "https://api.kexp.org/v2/plays/3543874/?format=api",
    "airdate": "2025-08-23T19:17:14-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia601704.us.archive.org/25/items/mbid-35d5c783-0ede-4fb7-b0e3-14d95dffce21/mbid-35d5c783-0ede-4fb7-b0e3-14d95dffce21-27449860228_thumb500.jpg",
    "thumbnail_uri": "https://ia801704.us.archive.org/25/items/mbid-35d5c783-0ede-4fb7-b0e3-14d95dffce21/mbid-35d5c783-0ede-4fb7-b0e3-14d95dffce21-27449860228_thumb250.jpg",
    "song": "Electric Boogaloo",
    "track_id": "88a57141-450b-3816-a332-c6255eed6d89",
    "recording_id": "4bd2f74c-37a3-48de-bfbb-a09f58183bcb",
    "artist": "Huge Spacebird",
    "artist_ids": [
        "e31dc70e-316d-4770-b527-176c2881620a"
    ],
    "album": "Huge Spacebird",
    "release_id": "35d5c783-0ede-4fb7-b0e3-14d95dffce21",
    "release_group_id": "8813a95e-fa52-3389-99ed-1bb1effedaf9",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request going out to Paul! Thanks Paul!\n\nWatch Huge Spacebird play \"Electric Boogaloo\" at the High Dive back in 2006:\n\nhttps://www.youtube.com/watch?v=GVbtG0TezAw",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}