Information about plays

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

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

{
    "id": 3548459,
    "uri": "https://api.kexp.org/v2/plays/3548459/?format=api",
    "airdate": "2025-09-03T14:34:49-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia800804.us.archive.org/16/items/mbid-39a4aaaa-a0fe-49b8-8e28-ded07fa94597/mbid-39a4aaaa-a0fe-49b8-8e28-ded07fa94597-40882298478_thumb500.jpg",
    "thumbnail_uri": "https://ia600804.us.archive.org/16/items/mbid-39a4aaaa-a0fe-49b8-8e28-ded07fa94597/mbid-39a4aaaa-a0fe-49b8-8e28-ded07fa94597-40882298478_thumb250.jpg",
    "song": "Alibi",
    "track_id": "243eb0a3-b802-40e5-abd8-5bacadf9981f",
    "recording_id": "365e916e-9aa2-498f-96dd-fced3e66b367",
    "artist": "SPELLLING",
    "artist_ids": [
        "25521b37-fcf4-4204-8dca-e28bcda1e004"
    ],
    "album": "Portrait of My Heart",
    "release_id": "39a4aaaa-a0fe-49b8-8e28-ded07fa94597",
    "release_group_id": "778df416-4baa-49dc-82d6-ede642f5ddab",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland's Chrystia \"Tia\" Cabral, known professionally as Spellling, recently performed Live on KEXP at Noise Pop -- KEXP's remote broadcast from Oakland, CA.\n--\nWatch that fine performance which included \"Alibi,\" hosted by Larry: https://www.youtube.com/watch?v=Qc95Q8Tawoc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}