Information about plays

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

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

{
    "id": 3565585,
    "uri": "https://api.kexp.org/v2/plays/3565585/?format=api",
    "airdate": "2025-10-15T20:09:00-07:00",
    "show": 64844,
    "show_uri": "https://api.kexp.org/v2/shows/64844/?format=api",
    "image_uri": "https://ia801301.us.archive.org/11/items/mbid-d6553d28-6f48-4f82-958e-3379a5133736/mbid-d6553d28-6f48-4f82-958e-3379a5133736-41428628122_thumb500.jpg",
    "thumbnail_uri": "https://ia601301.us.archive.org/11/items/mbid-d6553d28-6f48-4f82-958e-3379a5133736/mbid-d6553d28-6f48-4f82-958e-3379a5133736-41428628122_thumb250.jpg",
    "song": "Fantastic Tomb",
    "track_id": "9be78315-34d0-425e-8e6d-b26e66426847",
    "recording_id": "51b3c836-7107-48a8-8777-71694cae6de1",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Possession",
    "release_id": "d6553d28-6f48-4f82-958e-3379a5133736",
    "release_group_id": "ad302229-cd11-472f-88ab-1e245977372f",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ty Segall wrote the lyrics for \"Posession,\" his sixteenth (!) album under his own name, with filmmaker Matt Yoka. The two old friends didn’t set out with any specific path, but Segall wanted to use Yoka’s cinematic instincts to write storytelling songs. https://tinyurl.com/3ekexfvp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}