Information about plays

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

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

{
    "id": 3609133,
    "uri": "https://api.kexp.org/v2/plays/3609133/?format=api",
    "airdate": "2026-01-25T20:48:12-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He Created You For Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Connie McGill & The Visions",
    "artist_ids": [
        "652d1352-df32-49b7-b1d3-5d94d6d3844d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Connie McGill & The Visions released \"He Created You For Me\" and b-side \"No! I Won't Believe It\" in 1964.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}