Information about plays

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

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

{
    "id": 3584410,
    "uri": "https://api.kexp.org/v2/plays/3584410/?format=api",
    "airdate": "2025-11-29T05:38:32-08:00",
    "show": 65237,
    "show_uri": "https://api.kexp.org/v2/shows/65237/?format=api",
    "image_uri": "https://ia600407.us.archive.org/25/items/mbid-9b68e666-ccd3-4038-a5ee-18b9a111da4e/mbid-9b68e666-ccd3-4038-a5ee-18b9a111da4e-41124202733_thumb500.jpg",
    "thumbnail_uri": "https://ia600407.us.archive.org/25/items/mbid-9b68e666-ccd3-4038-a5ee-18b9a111da4e/mbid-9b68e666-ccd3-4038-a5ee-18b9a111da4e-41124202733_thumb250.jpg",
    "song": "out of body out of mind",
    "track_id": "f53f5254-de35-4dac-b692-06e7274af6d1",
    "recording_id": "ce722bc4-d783-4615-be33-cac49f57ed44",
    "artist": "above me",
    "artist_ids": [
        "9ff427e2-bd9f-433c-8e8c-1d0f85aa007e"
    ],
    "album": "above me",
    "release_id": "9b68e666-ccd3-4038-a5ee-18b9a111da4e",
    "release_group_id": "e82c7ce6-0592-4629-9608-beb23dbb70a4",
    "labels": [
        "Dandy Boy Records"
    ],
    "label_ids": [
        "7a28c504-5cdd-4a6c-8924-0f53d9bc7912"
    ],
    "release_date": "2025-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland-based\n\n\"above me is the new project from former Blue Ocean co-conspirator, Rick Altieri. After the quiet dissolution of the shoegaze stalwarts, Alteri began experimenting with new ideas and sounds. above me pulls inspiration from his time in Blue Ocean but also leans into the world of drum machines, synths and electronic music production techniques.\": https://dandyboyrecords.bandcamp.com/album/above-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}