Information about plays

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

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

{
    "id": 3572501,
    "uri": "https://api.kexp.org/v2/plays/3572501/?format=api",
    "airdate": "2025-11-01T06:22:32-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your face",
    "track_id": null,
    "recording_id": "272ac01c-6523-4945-9258-c50800bd3a89",
    "artist": "Wisp",
    "artist_ids": [
        "ca02d886-40fc-4bc9-9785-5c97eb37acaa"
    ],
    "album": "Pandora",
    "release_id": null,
    "release_group_id": "4728bfce-5b72-4517-ad22-4d6dcae8f34e",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}