Information about plays

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

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

{
    "id": 3614612,
    "uri": "https://api.kexp.org/v2/plays/3614612/?format=api",
    "airdate": "2026-02-07T22:02:12-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab0119c1-3617-4f45-a60a-b291751290da/38155102485-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab0119c1-3617-4f45-a60a-b291751290da/38155102485-250.jpg",
    "song": "Multiply and Divide",
    "track_id": null,
    "recording_id": "3c34f03b-2ef2-4bbe-9217-a5e1fdfbde8e",
    "artist": "The Soviettes",
    "artist_ids": [
        "e500d79e-b0b4-4189-84b4-9379f1dc531e"
    ],
    "album": "LP III",
    "release_id": null,
    "release_group_id": "b11167e3-17f6-3635-81b5-7d418adfff5f",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2004-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The members of The Soviettes had an association with the Minnesota RollerGirls with the single \"Roller Girls\" about the organization with backing vocals from some of the girls.\n\nhttps://thesoviettes.bandcamp.com/\nhttps://www.facebook.com/thesoviettes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}