Information about plays

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

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

{
    "id": 3574324,
    "uri": "https://api.kexp.org/v2/plays/3574324/?format=api",
    "airdate": "2025-11-05T13:26:37-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poetry",
    "track_id": null,
    "recording_id": "758cabb6-30df-4cba-b136-d8b54b6508f3",
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "Criminal Minded",
    "release_id": null,
    "release_group_id": "420e3df4-6322-3399-8144-29ef7eb62e42",
    "labels": [
        "B-Boy Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released as a single in 1987, this is the opening track to \"Criminal Minded.\"The song samples “Don’t Tell It,” by James Brown.\n--\n\"Well, now you're forced to listen to the teacher and the lesson\nClass is in session, so you can stop guessing...\"\nHere are the lyrics: https://genius.com/Boogie-down-productions-poetry-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}