Information about plays

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

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

{
    "id": 3551897,
    "uri": "https://api.kexp.org/v2/plays/3551897/?format=api",
    "airdate": "2025-09-12T00:31:30-07:00",
    "show": 64537,
    "show_uri": "https://api.kexp.org/v2/shows/64537/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ad3f6d3-a947-43ee-90d5-67b5bfc5da4a/31424121626-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ad3f6d3-a947-43ee-90d5-67b5bfc5da4a/31424121626-250.jpg",
    "song": "Lindo",
    "track_id": null,
    "recording_id": "754fd805-84df-459b-899d-c8dbceabb98b",
    "artist": "Wanderléa",
    "artist_ids": [
        "8ff1d37b-cc39-4e3d-b690-7674cf6d5016"
    ],
    "album": "Mais Que A Paixão",
    "release_id": null,
    "release_group_id": "ba0b0bcf-0f9f-450e-b09b-f43615279d37",
    "labels": [
        "Odeon"
    ],
    "label_ids": [
        "40eff784-c102-4045-b32d-f74d1449756d"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}