Information about plays

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

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

{
    "id": 3554989,
    "uri": "https://api.kexp.org/v2/plays/3554989/?format=api",
    "airdate": "2025-09-19T11:52:21-07:00",
    "show": 64602,
    "show_uri": "https://api.kexp.org/v2/shows/64602/?format=api",
    "image_uri": "https://ia601404.us.archive.org/16/items/mbid-db4903ee-b308-4473-b597-eb97c6d4cca1/mbid-db4903ee-b308-4473-b597-eb97c6d4cca1-8490993525_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/16/items/mbid-db4903ee-b308-4473-b597-eb97c6d4cca1/mbid-db4903ee-b308-4473-b597-eb97c6d4cca1-8490993525_thumb250.jpg",
    "song": "It's Over",
    "track_id": "33a64436-5b93-433b-955c-bda94c014108",
    "recording_id": "2617425f-d3d5-4a4f-8e74-96d78fab212d",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Manipulator",
    "release_id": "db4903ee-b308-4473-b597-eb97c6d4cca1",
    "release_group_id": "955fba0f-6aab-407a-b6cf-cce8b4f79717",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ty Segall is out on tour this fall! \n\n- San Francisco on October 11th at The Regency Ballroom\n\n- Seattle on October 14th at Neumos\n\nMore dates here: https://ty-segall.com/pages/tour\n\nSegall's most recent album is Possession, released just this past May! https://tysegall.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}