Information about plays

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

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

{
    "id": 3579466,
    "uri": "https://api.kexp.org/v2/plays/3579466/?format=api",
    "airdate": "2025-11-17T16:21:43-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "https://coverartarchive.org/release/9162e87d-b044-4747-9e3b-cd8f180d12b5/37540004787-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9162e87d-b044-4747-9e3b-cd8f180d12b5/37540004787-250.jpg",
    "song": "If You Could Read My Mind (Tom Moulton Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Viola Wills",
    "artist_ids": [
        "da456257-727d-42d7-8684-6a9363d94df5"
    ],
    "album": "If You Could Read My Mind",
    "release_id": null,
    "release_group_id": "d70435f9-7e9f-4fce-86f7-09c5385ace72",
    "labels": [
        "Hansa International"
    ],
    "label_ids": [
        "fe94efb9-21bc-45c3-9d66-d8edd908138d"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gordon Lightfoot original.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}