Information about plays

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

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

{
    "id": 3521917,
    "uri": "https://api.kexp.org/v2/plays/3521917/?format=api",
    "airdate": "2025-07-03T02:34:11-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2780fb0-8280-3b8e-9159-81613d63f71d/1936069114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2780fb0-8280-3b8e-9159-81613d63f71d/1936069114-250.jpg",
    "song": "Black Steel",
    "track_id": null,
    "recording_id": "b6bfd359-0bd4-4452-8d86-26b555fff40a",
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "Maxinquaye",
    "release_id": null,
    "release_group_id": "9fd2415f-182f-39c1-aa02-5acb36f99bef",
    "labels": [
        "Fourth and Broadway Records"
    ],
    "label_ids": [
        "c7c345d6-7c08-4008-918d-26a7f4acdbbd"
    ],
    "release_date": "1995-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this track, Tricky featuirng Martina Topley-Bird cover Public Enemy's \"Black Steel in the Hour of Chaos.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}