Information about plays

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

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

{
    "id": 3581653,
    "uri": "https://api.kexp.org/v2/plays/3581653/?format=api",
    "airdate": "2025-11-22T21:57:18-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-3bf58a12-7bbd-4259-921b-7d6600f7cf5d/mbid-3bf58a12-7bbd-4259-921b-7d6600f7cf5d-15521333897_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-3bf58a12-7bbd-4259-921b-7d6600f7cf5d/mbid-3bf58a12-7bbd-4259-921b-7d6600f7cf5d-15521333897_thumb250.jpg",
    "song": "Satan",
    "track_id": "864828a3-bb32-3bdc-9ad8-6d90cb1805a8",
    "recording_id": "89fa8a51-8e1e-4e60-8a86-8b08f23c8d95",
    "artist": "Dwarves",
    "artist_ids": [
        "762e1e6d-ba12-4946-b8ee-dfa0cf9a2655"
    ],
    "album": "Thank Heaven for Little Girls",
    "release_id": "3bf58a12-7bbd-4259-921b-7d6600f7cf5d",
    "release_group_id": "b60016f0-9eac-3b97-b96d-076a205ec88d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Christine in San Francisco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}