Information about plays

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

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

{
    "id": 3627962,
    "uri": "https://api.kexp.org/v2/plays/3627962/?format=api",
    "airdate": "2026-03-12T03:16:37-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/93643f60-211c-49bd-b601-69f6e68da0fc/17950769771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93643f60-211c-49bd-b601-69f6e68da0fc/17950769771-250.jpg",
    "song": "Come Back in One Piece",
    "track_id": null,
    "recording_id": "43e93398-386f-4f2e-af54-b9072fb2c807",
    "artist": "Aaliyah feat. DMX",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9",
        "f3bf61f8-97d4-4e52-a73d-2ddbbe8196c8"
    ],
    "album": "Romeo Must Die: The Album",
    "release_id": null,
    "release_group_id": "f04b51b2-2543-3579-b857-b9da9e4e6380",
    "labels": [
        "Blackground Entertainment"
    ],
    "label_ids": [
        "23aeeacc-e252-4a7f-926d-f92fb60fdd0d"
    ],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP AALIYAH https://www.youtube.com/watch?v=rMPKeG_j7QY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}