Information about plays

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

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

{
    "id": 3621289,
    "uri": "https://api.kexp.org/v2/plays/3621289/?format=api",
    "airdate": "2026-02-23T13:11:47-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Favourite Game",
    "track_id": null,
    "recording_id": "5fc9122a-3db6-4218-a27f-f30f51faa016",
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "Gran Turismo",
    "release_id": null,
    "release_group_id": "80f8c2b9-c92a-32bf-a267-6119bc80f513",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1998-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to The Cardigans Lars-Olof Johansson, born on this day in 1973!\n\nMany European channels, including MTV UK, only played an edited version of this video featuring car crashes and depictions of reckless driving -- despite director Jonas Åkerlund's attempts to meet the censorship standards by making five differently edited cuts of the video with varying degrees of violence and blood.... https://youtu.be/u9WgtlgGAgs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}