Information about plays

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

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

{
    "id": 3603189,
    "uri": "https://api.kexp.org/v2/plays/3603189/?format=api",
    "airdate": "2026-01-11T19:40:53-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fantasy Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Teleclere",
    "artist_ids": [
        "0d136f60-83bd-4395-949c-c9132ab2aa25"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Telemusic Productions"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Teleclere released \"Fantasy Love\" and b-side \"Ultra-Groove (The Jailhouse Jam)\" in 1982.\n\nTeleclere was a funk/soul band from Seattle formed by Tony Benton.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}