Information about plays

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

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

{
    "id": 3629446,
    "uri": "https://api.kexp.org/v2/plays/3629446/?format=api",
    "airdate": "2026-03-15T19:32:57-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/512d7a62-a395-4086-a0e1-75f00564d00c/39101918944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/512d7a62-a395-4086-a0e1-75f00564d00c/39101918944-250.jpg",
    "song": "Lay It on the Line",
    "track_id": null,
    "recording_id": "237673b6-aeb8-4c4d-ad85-cdb8f44d9cab",
    "artist": "Logg",
    "artist_ids": [
        "4a4dc7f3-cc03-4982-b67e-5c78b24bbc2f"
    ],
    "album": "Logg",
    "release_id": null,
    "release_group_id": "4b839dff-c5b4-471e-80e5-21c22341c99a",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "1981-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Logg was one of Leroy Burgess' high profile projects in 1981. The undisputed Godfather of Boogie, Leroy Burgess’ Logg project is his grand masterpiece. They released one album which happened to be one of the greatest albums of the post-disco era.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}