Information about plays

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

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

{
    "id": 3656265,
    "uri": "https://api.kexp.org/v2/plays/3656265/?format=api",
    "airdate": "2026-05-18T04:58:20-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/0af3cea4-5c39-407c-8521-79eb66948f0f/27410618447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0af3cea4-5c39-407c-8521-79eb66948f0f/27410618447-250.jpg",
    "song": "Snowflakes Are Dancing",
    "track_id": null,
    "recording_id": null,
    "artist": "Isao Tomita",
    "artist_ids": [],
    "album": "Snowflakes Are Dancing",
    "release_id": null,
    "release_group_id": "5be66654-a0a5-39bb-90d1-0224532ee319",
    "labels": [
        "BMG Japan"
    ],
    "label_ids": [
        "3dd26d3b-7b24-4b84-a957-b43cffb0f1b6"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}