Information about plays

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

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

{
    "id": 3601396,
    "uri": "https://api.kexp.org/v2/plays/3601396/?format=api",
    "airdate": "2026-01-07T11:48:08-08:00",
    "show": 65587,
    "show_uri": "https://api.kexp.org/v2/shows/65587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Faker",
    "track_id": "8f249c27-1ecc-4709-8c61-6e8598a1cad6",
    "recording_id": "fb6094fb-9fe3-42a1-8abe-db18caa8ed10",
    "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": "https://ty-segall.com\n\nTy Segall will be at the Great American Music Hall for the Fuzz Show in San Francisco on January 24th!\n\nTy Segall has performed live a few times at KEXP. Here's one from 2022, but you can watch all of them at KEXP's Youtube!: https://www.youtube.com/watch?v=Jnix5PwZy2s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}