Information about plays

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

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

{
    "id": 3522786,
    "uri": "https://api.kexp.org/v2/plays/3522786/?format=api",
    "airdate": "2025-07-05T01:11:53-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "https://coverartarchive.org/release/29ca0008-9958-4063-a1b4-a5fa22b0aef7/28717652941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29ca0008-9958-4063-a1b4-a5fa22b0aef7/28717652941-250.jpg",
    "song": "Sing, Mary, Sing",
    "track_id": null,
    "recording_id": null,
    "artist": "Sports of Kings",
    "artist_ids": [],
    "album": "Sub Pop 5",
    "release_id": null,
    "release_group_id": "844b15f3-0980-3858-8cea-f6e2f4ed8707",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sports of Kings' single “Sing, Mary, Sing” was originally released in 1982 on Thermidor Records. It was later included on the 1982 compilation cassette Sub Pop 5 – U.S. Underground, which was Sub Pop's fifth release and their first to feature music rather than a zine. Ooops not from Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}