Information about plays

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

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

{
    "id": 3628964,
    "uri": "https://api.kexp.org/v2/plays/3628964/?format=api",
    "airdate": "2026-03-14T20:38:43-07:00",
    "show": 66182,
    "show_uri": "https://api.kexp.org/v2/shows/66182/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-948a8a4c-23f3-4bf2-b201-dcb68a89b897/mbid-948a8a4c-23f3-4bf2-b201-dcb68a89b897-22908767075_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-948a8a4c-23f3-4bf2-b201-dcb68a89b897/mbid-948a8a4c-23f3-4bf2-b201-dcb68a89b897-22908767075_thumb250.jpg",
    "song": "Ignorant Piece of Shit",
    "track_id": "f9462a3a-431c-362a-a7ac-b5249ab4268b",
    "recording_id": "603986ac-a084-4bd0-91c5-4faad18b22c0",
    "artist": "Carissa's Wierd",
    "artist_ids": [
        "4bd31567-70a8-4007-9ac6-3c68c7fc3d45"
    ],
    "album": "Songs About Leaving",
    "release_id": "948a8a4c-23f3-4bf2-b201-dcb68a89b897",
    "release_group_id": "b8e69326-6882-3821-95ee-7609d9398ffd",
    "labels": [
        "Sad Robot Records"
    ],
    "label_ids": [
        "7bf2d5cc-d7b7-4034-8f32-9d3848bea9ea"
    ],
    "release_date": "2002-08-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The third and final record from this Seattle band was mixed by Chris Wall of Death Cab. \n https://carissaswierd.bandcamp.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}