Information about plays

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

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

{
    "id": 3546701,
    "uri": "https://api.kexp.org/v2/plays/3546701/?format=api",
    "airdate": "2025-08-30T12:28:14-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gatsby",
    "track_id": null,
    "recording_id": null,
    "artist": "MYXA",
    "artist_ids": [
        "38c7f315-ba17-4393-84df-01f9c6cdfb08"
    ],
    "album": "Gatsby",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-09-04",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Local Band MYXA.\n\n\"Gatsby\" was sparked when Gyan re-visited The Great Gatsby and imagined translating it's glamour, illusion, and longing into sound. That resulted in some beats that were shared with Irene, and then the rest is history. The result is a jazz-inspired track that fuses 1920s swing with glitchy drums, 808 bass, smoky vocals, and cinematic lyrics.\"\n\n-Myxa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}