Information about plays

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

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

{
    "id": 3667610,
    "uri": "https://api.kexp.org/v2/plays/3667610/?format=api",
    "airdate": "2026-06-13T23:54:32-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Underground",
    "track_id": null,
    "recording_id": null,
    "artist": "Red Rockers",
    "artist_ids": [
        "e0b8a1d9-d73b-4df9-be33-f73d1b8d6b82"
    ],
    "album": "Its In Our Blood",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Liberation Hall"
    ],
    "label_ids": [
        "382219f0-5777-4bab-b41e-c86ae522fb1f"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally formed as a hard-charging punk band, Red Rockers changed their style to a smoother, more melodic sound and released two albums in the new wave vein of their record label, 415. They are best known for their 1983 hit single \"China\".\n\nhttps://redrockerslive.bandcamp.com/album/its-in-our-blood",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}