Information about plays

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

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

{
    "id": 3544362,
    "uri": "https://api.kexp.org/v2/plays/3544362/?format=api",
    "airdate": "2025-08-24T19:16:01-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ef533fd-1257-4a00-8b89-87daf7fb7307/19875174428-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ef533fd-1257-4a00-8b89-87daf7fb7307/19875174428-250.jpg",
    "song": "Bowlegs",
    "track_id": null,
    "recording_id": "94ca4f0e-2e1b-4b77-96d6-21d09304f42e",
    "artist": "Funk Inc.",
    "artist_ids": [
        "ba4b6cca-e93f-451e-bf40-23e5af36f1fb"
    ],
    "album": "Funk Inc.",
    "release_id": null,
    "release_group_id": "eea975b1-18ab-38d8-97ab-732b328b3022",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funk Inc. released \"Bowlegs\" on their debut eponymous album in 1971.\n\nFunk, Inc. was a jazz funk/soul jazz group founded in Indianapolis, Indiana, in 1969 by Bobby Watley, Eugene Barr, Steve Weakley, Jimmy Munford and Cecil Hunt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}