Information about plays

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

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

{
    "id": 3612008,
    "uri": "https://api.kexp.org/v2/plays/3612008/?format=api",
    "airdate": "2026-02-01T18:57:23-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/f159374a-833b-43df-a289-2269409fdf1b/34237133880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f159374a-833b-43df-a289-2269409fdf1b/34237133880-250.jpg",
    "song": "Standing on the Top",
    "track_id": null,
    "recording_id": "c0cd151b-4a2a-4bf7-88ff-147ce57c1d81",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Reunion",
    "release_id": null,
    "release_group_id": "5e95c45d-37fb-375c-9e1c-6dfd067dbd46",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1982-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Rick James, who wrote and produced this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}