Information about plays

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

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

{
    "id": 3547148,
    "uri": "https://api.kexp.org/v2/plays/3547148/?format=api",
    "airdate": "2025-08-31T11:55:22-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Knows",
    "track_id": null,
    "recording_id": "c531df16-4975-4afe-a676-168936297277",
    "artist": "Marion Black",
    "artist_ids": [
        "a859eb8c-1da8-4ab3-8829-d0e666154f28"
    ],
    "album": "Eccentric Soul",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Numero"
    ],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From a compilation highlighting the short-lived 70s Ohio record label Capsoul founded by Bill Moss, a local singer and DJ at WVKO in Columbus.\nhttps://eccentricsoul.bandcamp.com/album/eccentric-soul-the-capsoul-label",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}