Information about plays

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

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

{
    "id": 3548513,
    "uri": "https://api.kexp.org/v2/plays/3548513/?format=api",
    "airdate": "2025-09-03T16:53:15-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia600904.us.archive.org/35/items/mbid-ad3b1ca0-3e6d-4953-a967-13e3fc858ffc/mbid-ad3b1ca0-3e6d-4953-a967-13e3fc858ffc-42830872393_thumb500.jpg",
    "thumbnail_uri": "https://ia800904.us.archive.org/35/items/mbid-ad3b1ca0-3e6d-4953-a967-13e3fc858ffc/mbid-ad3b1ca0-3e6d-4953-a967-13e3fc858ffc-42830872393_thumb250.jpg",
    "song": "I’m So Tired",
    "track_id": "274454a1-6bdc-4d9f-ac4b-030d8b7575ee",
    "recording_id": "89ad4151-b49d-4bc4-80ec-af208bd91b92",
    "artist": "Delicate Steve",
    "artist_ids": [
        "e066d235-6af3-4b78-9b1e-bcf7ed360193"
    ],
    "album": "Luke’s Garage",
    "release_id": "ad3b1ca0-3e6d-4953-a967-13e3fc858ffc",
    "release_group_id": "2926b3fb-468f-4238-8893-59552cdb92db",
    "labels": [
        "Have Fun Thinking"
    ],
    "label_ids": [
        "a02d1f0b-d8e2-42fa-8039-36c8801b35c2"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[airbreak]\n\nDelicate Steve is touring this Fall!\n-November 21st @ SF's The Chapel\nMore dates & locales here: https://delicatesteve.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}