Information about plays

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

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

{
    "id": 3523260,
    "uri": "https://api.kexp.org/v2/plays/3523260/?format=api",
    "airdate": "2025-07-06T00:49:30-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "https://coverartarchive.org/release/9603035f-17f8-425b-98b6-87d60a887795/21732638343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9603035f-17f8-425b-98b6-87d60a887795/21732638343-250.jpg",
    "song": "Tired and Red",
    "track_id": null,
    "recording_id": "cb709b77-20d0-4f10-b02a-a2eb3054c31c",
    "artist": "Sodom",
    "artist_ids": [
        "2251718f-7b5c-4a92-9267-895125c594d3"
    ],
    "album": "Agent Orange",
    "release_id": null,
    "release_group_id": "bfdb97ce-02a2-31de-8a95-43664d771d4c",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "1989-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}