Information about plays

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

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

{
    "id": 3572506,
    "uri": "https://api.kexp.org/v2/plays/3572506/?format=api",
    "airdate": "2025-11-01T06:37:23-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "https://coverartarchive.org/release/00643aab-fae1-4d0a-9cd8-d74094306bc9/40562190380-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00643aab-fae1-4d0a-9cd8-d74094306bc9/40562190380-250.jpg",
    "song": "Bizarre",
    "track_id": null,
    "recording_id": "64f809fc-7d9d-4430-b6af-bff70cf30e6f",
    "artist": "RIP Swirl feat. Maria Somerville",
    "artist_ids": [
        "9dde2e5a-d868-46bb-88b9-888e340ddc91",
        "86f48c33-57de-4d86-87b3-7397d5e4baf4"
    ],
    "album": "Perfectly Blue",
    "release_id": null,
    "release_group_id": "1538a187-8682-4056-aee6-dadc79391c00",
    "labels": [
        "In Real Life"
    ],
    "label_ids": [
        "39a43c68-ae4e-44ec-aa35-57de55f5ea52"
    ],
    "release_date": "2024-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}