Information about plays

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

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

{
    "id": 3570214,
    "uri": "https://api.kexp.org/v2/plays/3570214/?format=api",
    "airdate": "2025-10-26T11:56:41-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out Of Limits",
    "track_id": null,
    "recording_id": "801c10fe-a94c-4ff9-bab6-9d23c25913e9",
    "artist": "The Marketts",
    "artist_ids": [
        "8d735fa3-9eb7-4f26-a1a1-5fb10013f84e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was originally called Outer Limits, inspired by the TV show Outer Limits and it heavily referenced the theme song for a competing show, The Twilight Zone. Producer of the show, Rod Serling sued the band for using the same opening notes and for the naming issue, and so they changed it to Out of Limits.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}