Information about plays

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

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

{
    "id": 3583382,
    "uri": "https://api.kexp.org/v2/plays/3583382/?format=api",
    "airdate": "2025-11-26T20:52:30-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "California",
    "track_id": null,
    "recording_id": null,
    "artist": "The Olympians",
    "artist_ids": [
        "566835dc-d09f-45b7-8212-bcc9ba988e11"
    ],
    "album": "In Search of a Revival",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2026-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First single off a new record from The Olympians coming January 13th!\n\nhttps://theolympians.bandcamp.com/album/in-search-of-a-revival",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}