Information about plays

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

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

{
    "id": 3553705,
    "uri": "https://api.kexp.org/v2/plays/3553705/?format=api",
    "airdate": "2025-09-16T08:55:04-07:00",
    "show": 64577,
    "show_uri": "https://api.kexp.org/v2/shows/64577/?format=api",
    "image_uri": "https://ia803407.us.archive.org/4/items/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d-14789571908_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/4/items/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d-14789571908_thumb250.jpg",
    "song": "Born to Run",
    "track_id": "10bc37b7-ff94-38ac-91bb-853c1f0f432d",
    "recording_id": "7ada2178-c1db-4a24-9760-810681e95308",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born to Run",
    "release_id": "46e5c6a9-b0a7-4e42-9162-8f412705b09d",
    "release_group_id": "39b22944-7503-3937-8bba-09b17281cc6a",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1975-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just The Boss, his guitar, and a harmonica...Watch Bruce Springsteen perform \"Born to Run\" live: https://www.youtube.com/watch?v=dONEgrsYoOk\n--\n\"We've got one last chance to make it real.\" Donate right now: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}