Information about plays

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

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

{
    "id": 3637890,
    "uri": "https://api.kexp.org/v2/plays/3637890/?format=api",
    "airdate": "2026-04-04T20:18:18-07:00",
    "show": 66368,
    "show_uri": "https://api.kexp.org/v2/shows/66368/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-9e964896-265a-4813-93ac-2faec2dcd549/mbid-9e964896-265a-4813-93ac-2faec2dcd549-25363980015_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-9e964896-265a-4813-93ac-2faec2dcd549/mbid-9e964896-265a-4813-93ac-2faec2dcd549-25363980015_thumb250.jpg",
    "song": "New York City",
    "track_id": "7caf57f0-3ebf-3971-a062-4216127b7567",
    "recording_id": "09b40233-1b49-4358-afd2-1a0419ee7ce4",
    "artist": "cub",
    "artist_ids": [
        "4e8ef969-bc70-4382-a098-e4f2ade95e33"
    ],
    "album": "Mauler",
    "release_id": "9e964896-265a-4813-93ac-2faec2dcd549",
    "release_group_id": "916979e7-77fe-3ad0-a180-71ffed4229dd",
    "labels": [
        "Au Go Go"
    ],
    "label_ids": [
        "8017c3e8-f1e2-4fd2-9c80-63c17467e7d0"
    ],
    "release_date": "1997-02-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver!\n\nhttps://cubtheband.bandcamp.com/track/new-york-city\n\nCheck out the music video for New York City here: https://www.youtube.com/watch?v=6I_rRJJtEvk",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}