Information about plays

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

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

{
    "id": 3568946,
    "uri": "https://api.kexp.org/v2/plays/3568946/?format=api",
    "airdate": "2025-10-23T13:10:53-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Repent Walpurgis",
    "track_id": null,
    "recording_id": "f888c250-219d-4000-8a73-36558d850182",
    "artist": "Procol Harum",
    "artist_ids": [
        "44119570-4d53-46e7-a447-bd18608c28d8"
    ],
    "album": "Procol Harum",
    "release_id": null,
    "release_group_id": "59c4b156-e1f6-374c-a5e6-ea0ccd51d433",
    "labels": [
        "Regal Zonophone"
    ],
    "label_ids": [
        "6e7a1e08-ea64-45bd-8aa3-3ba414336cbc"
    ],
    "release_date": "1967-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled Bach's \"Prelude in C Major.\"  In turn, it has been sampled more than 20 times, Including by D'Angelo for \"Lady.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}