Information about plays

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

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

{
    "id": 3583154,
    "uri": "https://api.kexp.org/v2/plays/3583154/?format=api",
    "airdate": "2025-11-26T08:18:43-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Care a Lot (Slash version)",
    "track_id": "bbc46a01-6f91-39a6-9716-a5fe74e9e2d7",
    "recording_id": "3f5cba6e-313a-4790-a616-c11c310db18d",
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "This Is It: The Best of Faith No More",
    "release_id": "19228476-18c5-4594-992c-0870be26904a",
    "release_group_id": "47304819-78c3-30e4-b811-f5beb69447aa",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roddy Bottum and Chuck Moseley co-wrote this sarcastic song. When asked about the song’s meaning, Chuck Mosley replied:\n\nWell, ah Roddy wrote all the things that he cared about and I just wrote the part that says, “it’s a dirty job but someone’s gotta do it” ‘cause I figured that’s just the feeling I got. That’s the only thing I submitted.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}