Information about plays

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

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

{
    "id": 3668451,
    "uri": "https://api.kexp.org/v2/plays/3668451/?format=api",
    "airdate": "2026-06-16T00:20:26-07:00",
    "show": 67000,
    "show_uri": "https://api.kexp.org/v2/shows/67000/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd6e9f5e-1c0a-4adc-b640-7d2d855a6091/3539596195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd6e9f5e-1c0a-4adc-b640-7d2d855a6091/3539596195-250.jpg",
    "song": "Not Me",
    "track_id": null,
    "recording_id": null,
    "artist": "This Mortal Coil",
    "artist_ids": [
        "60ef8ddb-7676-4056-a357-9a8c228d03a6"
    ],
    "album": "It’ll End in Tears",
    "release_id": null,
    "release_group_id": "91343ef2-93f7-3128-b83b-a24b11888677",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1984-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Couldn't be me...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}