Information about plays

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

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

{
    "id": 3542135,
    "uri": "https://api.kexp.org/v2/plays/3542135/?format=api",
    "airdate": "2025-08-19T16:55:37-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia801507.us.archive.org/2/items/mbid-325cc740-e6a6-4b28-a6c4-88a5dd466dbf/mbid-325cc740-e6a6-4b28-a6c4-88a5dd466dbf-39483164371_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/2/items/mbid-325cc740-e6a6-4b28-a6c4-88a5dd466dbf/mbid-325cc740-e6a6-4b28-a6c4-88a5dd466dbf-39483164371_thumb250.jpg",
    "song": "Metropolis",
    "track_id": "da9a05cf-9b9f-4383-b83f-23a9c9f583c1",
    "recording_id": "d536a4f7-e67a-4c15-bda2-94c7c0e1932c",
    "artist": "Kit Sebastian",
    "artist_ids": [
        "d9447e90-e1f0-486f-b3dc-fc8208756370"
    ],
    "album": "New Internationale",
    "release_id": "325cc740-e6a6-4b28-a6c4-88a5dd466dbf",
    "release_group_id": "02d7884a-4912-4b42-89d3-8799e228b1cf",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2024-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kit Sebastian says “The hook of this track was influenced by how many famous Azerbaijani’s musicians (like Vagif Mustafazadeh or Rafig Babayev) approach their melodies, but played over a more western funk groove. We use the familiar Italian analog synth found in a junkyard and a mock-choir to create a choral texture. It ends with a samba section, with two drum kits, horn section and string section partially fed through an analog synth to process it.”\n\nYou can order their latest LP on some snazzy vinyl, cassette, and CD versions - https://kitsebastian.bandcamp.com/album/new-internationale",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}