Information about plays

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

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

{
    "id": 3644598,
    "uri": "https://api.kexp.org/v2/plays/3644598/?format=api",
    "airdate": "2026-04-20T17:07:49-07:00",
    "show": 66507,
    "show_uri": "https://api.kexp.org/v2/shows/66507/?format=api",
    "image_uri": "https://coverartarchive.org/release/57dda412-8501-441a-8e7a-25eeddf3951b/21229531465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57dda412-8501-441a-8e7a-25eeddf3951b/21229531465-250.jpg",
    "song": "Approximately Infinite Universe",
    "track_id": null,
    "recording_id": "603880fd-5664-4798-9957-a061ee1e38c8",
    "artist": "Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Approximately Infinite Universe",
    "release_id": null,
    "release_group_id": "d170c3d1-874a-3d5b-8f87-e4de93a5ab61",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1973-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album from Yoko Ono.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}