Information about plays

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

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

{
    "id": 3626602,
    "uri": "https://api.kexp.org/v2/plays/3626602/?format=api",
    "airdate": "2026-03-08T00:32:02-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ee55e50-b0a6-30da-b193-6d56ac36c7ea/4938011171-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ee55e50-b0a6-30da-b193-6d56ac36c7ea/4938011171-250.jpg",
    "song": "The Trooper",
    "track_id": null,
    "recording_id": "c9912c08-6bd8-473e-8834-3265d414fe58",
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "Piece of Mind",
    "release_id": null,
    "release_group_id": "169361b5-af6f-34ca-b8f2-13605a7f9691",
    "labels": [
        "EMI Music Canada"
    ],
    "label_ids": [
        "095b5fc8-724e-4357-9eab-ee89196afc8e"
    ],
    "release_date": "1983-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}