Information about plays

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

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

{
    "id": 3608763,
    "uri": "https://api.kexp.org/v2/plays/3608763/?format=api",
    "airdate": "2026-01-25T00:57:43-08:00",
    "show": 65748,
    "show_uri": "https://api.kexp.org/v2/shows/65748/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1313439-6acb-4299-b858-00c9608da95c/41773869479-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1313439-6acb-4299-b858-00c9608da95c/41773869479-250.jpg",
    "song": "Black Rider",
    "track_id": null,
    "recording_id": "9937827f-c759-47e5-9ccb-d97bec77f530",
    "artist": "Savage Master",
    "artist_ids": [
        "d1352667-5c93-44fd-b77e-baf6940be4ae"
    ],
    "album": "Dark & Dangerous",
    "release_id": null,
    "release_group_id": "c59a67e5-958e-4058-9e95-99c07b760ca2",
    "labels": [
        "Shadow Kingdom Records"
    ],
    "label_ids": [
        "6bcbdc51-f2ba-4c50-8625-074d75de9093"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Savage Master will be playing at Baba Yaga in Seattle with Oxygen Destroyer, Solicitor, and Hyperstrike on Wednesday, February 11th.\n\nhttps://savagemasterofficial.bandcamp.com/album/dark-dangerous\nhttps://www.facebook.com/savagemasterofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}