Information about plays

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

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

{
    "id": 3617434,
    "uri": "https://api.kexp.org/v2/plays/3617434/?format=api",
    "airdate": "2026-02-14T16:02:01-08:00",
    "show": 65933,
    "show_uri": "https://api.kexp.org/v2/shows/65933/?format=api",
    "image_uri": "https://coverartarchive.org/release/346983fc-2b71-3f19-a189-c7aa6813fdfd/36917161712-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/346983fc-2b71-3f19-a189-c7aa6813fdfd/36917161712-250.jpg",
    "song": "Love Will Tear Us Apart",
    "track_id": null,
    "recording_id": "53da7abe-c46e-4dce-a67e-06940b24ae2c",
    "artist": "Worm Is Green",
    "artist_ids": [
        "dd647c98-c682-4a47-bf56-4d7df5bb62b2"
    ],
    "album": "Automagic",
    "release_id": null,
    "release_group_id": "71d252f7-2454-3401-b642-201336c05da6",
    "labels": [
        "Arena Rock"
    ],
    "label_ids": [
        "a17b6df2-ee3d-44de-b9ac-e6cb9c67951b"
    ],
    "release_date": "2003-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Icelandic post-rock quartet Worm Is Green goes all ambient electronica with their version of this Joy Division cover! https://bit.ly/3qPUiRU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}