Information about plays

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

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

{
    "id": 3632919,
    "uri": "https://api.kexp.org/v2/plays/3632919/?format=api",
    "airdate": "2026-03-24T00:36:17-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e496812-ff23-4f11-abc0-787c1d45aebb/37296194770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e496812-ff23-4f11-abc0-787c1d45aebb/37296194770-250.jpg",
    "song": "Loser's Hymn (Powder Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Talaboman",
    "artist_ids": [
        "c8205d76-24e0-417b-adbf-621ac9855a63"
    ],
    "album": "The Night Land",
    "release_id": null,
    "release_group_id": "2da62c4d-28ad-41d3-94eb-f4f52d9c7c73",
    "labels": [
        "R&S"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - Talaboman = Axel Boman + John Talabot (killer remix by Japanese artist Powder, too)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}