Information about plays

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

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

{
    "id": 3552730,
    "uri": "https://api.kexp.org/v2/plays/3552730/?format=api",
    "airdate": "2025-09-13T22:54:21-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rhymes With Hey She Wreaks Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Longboat",
    "artist_ids": [
        "28202b2d-3e08-4417-b67a-8abecdeef06d"
    ],
    "album": "Kill The Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A love letter to us...\n\nIgor Keller is the mastermind behind Longboat, a boundary-pushing band project that blends Keller's singular vision with contributions from a rotating cast.\n\nhttps://www.longboat.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}