Information about plays

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

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

{
    "id": 3562799,
    "uri": "https://api.kexp.org/v2/plays/3562799/?format=api",
    "airdate": "2025-10-08T20:49:49-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://coverartarchive.org/release/eec89b62-ac59-4d96-ba26-863badd2b532/12557996341-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eec89b62-ac59-4d96-ba26-863badd2b532/12557996341-250.jpg",
    "song": "My Time",
    "track_id": null,
    "recording_id": "1ca41bf4-a085-424b-a7c9-60f96fc3c753",
    "artist": "The Golden Dawn",
    "artist_ids": [
        "dc9c2cab-70f9-4006-b111-3a0e23cd1c27"
    ],
    "album": "Power Plant",
    "release_id": null,
    "release_group_id": "fe4c90b8-1004-3e8d-9463-b93c28969010",
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "10 min left to make a gift of $15/month or more at kexp.org/donate THIS hour for the special Hellraiser tee in addition to your other gifts!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}