Information about plays

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

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

{
    "id": 3590242,
    "uri": "https://api.kexp.org/v2/plays/3590242/?format=api",
    "airdate": "2025-12-12T17:54:18-08:00",
    "show": 65358,
    "show_uri": "https://api.kexp.org/v2/shows/65358/?format=api",
    "image_uri": "https://coverartarchive.org/release/925d2b23-d577-4e3f-92c9-aeea0ee81751/1239191066-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/925d2b23-d577-4e3f-92c9-aeea0ee81751/1239191066-250.jpg",
    "song": "The Visit (She Was Here)",
    "track_id": null,
    "recording_id": "bc2b40c7-066e-45ac-b38e-b54d540e345f",
    "artist": "The Cyrkle",
    "artist_ids": [
        "a1895b7f-749c-469c-b535-2947b7817363"
    ],
    "album": "Neon",
    "release_id": null,
    "release_group_id": "b901d311-1934-3d6a-a8e9-d762a063c11f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by Tribe on \"Get a Hold!'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}