Information about plays

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

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

{
    "id": 3622266,
    "uri": "https://api.kexp.org/v2/plays/3622266/?format=api",
    "airdate": "2026-02-25T20:13:50-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Step Animal",
    "track_id": null,
    "recording_id": null,
    "artist": "TOBACCO",
    "artist_ids": [
        "7d3996ec-e9e9-41ec-8f4d-e336f64fc7c6"
    ],
    "album": "High on Life 2 (Original Game Soundtrack) Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rad Cult"
    ],
    "label_ids": [],
    "release_date": "2026-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "High on Life 2 (Original Game Soundtrack) Vol. 1 - Feb 2026\nHigh on Life 2 (Original Game Soundtrack) Vol. 2 - Apr 2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}