Information about plays

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

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

{
    "id": 3582729,
    "uri": "https://api.kexp.org/v2/plays/3582729/?format=api",
    "airdate": "2025-11-25T09:30:35-08:00",
    "show": 65206,
    "show_uri": "https://api.kexp.org/v2/shows/65206/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7-43241258113_thumb500.jpg",
    "thumbnail_uri": "https://dn721500.ca.archive.org/0/items/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7-43241258113_thumb250.jpg",
    "song": "Berlin TV Tower",
    "track_id": "2907b9e4-8f19-4f51-91d3-d0433e9c54e6",
    "recording_id": "de81d107-4584-49b9-a120-0000ad3e4dcd",
    "artist": "Blondshell",
    "artist_ids": [
        "f6621a8d-5644-460a-b0a8-9171cb2c595d"
    ],
    "album": "Another Picture",
    "release_id": "f0bbfb56-bf89-4e63-a95a-e7e8116e15e7",
    "release_group_id": "c3b6474a-63d4-4e25-8bbb-b334f819ce64",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 'Another Picture', an extended edition of Blondshell's sophmore album 'If You Asked For A Picture', released earlier this year.\n\n'Another Picture' includes new songs and new renditions from artists like Samia, Folk Bitch Trio, Gigi Perez, and more.\n\n'Another Picture' is available now: https://blondshell.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}