Information about plays

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

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

{
    "id": 3567528,
    "uri": "https://api.kexp.org/v2/plays/3567528/?format=api",
    "airdate": "2025-10-20T08:27:53-07:00",
    "show": 64885,
    "show_uri": "https://api.kexp.org/v2/shows/64885/?format=api",
    "image_uri": "https://coverartarchive.org/release/60a04a88-3956-49f5-9d0f-b2603be9f612/8270653258-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60a04a88-3956-49f5-9d0f-b2603be9f612/8270653258-250.jpg",
    "song": "Down in It",
    "track_id": null,
    "recording_id": "76c45b5a-a3ad-4612-9940-f1a9f55526cf",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": null,
    "release_group_id": "fcb872a2-7ef9-3ed0-bd4a-7c55c78179b6",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1989-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day 36-years ago. Dang.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}