Information about plays

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

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

{
    "id": 3634312,
    "uri": "https://api.kexp.org/v2/plays/3634312/?format=api",
    "airdate": "2026-03-27T15:55:14-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://coverartarchive.org/release/3cebec11-8e0d-4910-b301-0523fddd8b5f/36404113419-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3cebec11-8e0d-4910-b301-0523fddd8b5f/36404113419-250.jpg",
    "song": "Say Say Say",
    "track_id": null,
    "recording_id": "71e51703-952e-4940-9468-c2dac768ba7d",
    "artist": "Michael Jackson & Paul McCartney",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e",
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "Say Say Say",
    "release_id": null,
    "release_group_id": "9f331029-840f-46f8-8c80-bd01def11224",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1983-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jackson / McCartney feud stems from MJ's purchase of the rights to the Beatles backcatalog",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}