Information about plays

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

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

{
    "id": 3621727,
    "uri": "https://api.kexp.org/v2/plays/3621727/?format=api",
    "airdate": "2026-02-24T13:51:02-08:00",
    "show": 66020,
    "show_uri": "https://api.kexp.org/v2/shows/66020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who's It On",
    "track_id": null,
    "recording_id": "db1e8cf5-d4ba-4370-b0ff-c8d2296b3a69",
    "artist": "Casual feat. Del tha Funkee Homosapien & Pep Love",
    "artist_ids": [
        "7544a445-d40d-4394-92cf-626e31a8ada6",
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b",
        "ae7f4fb6-3eb2-4a98-8d99-f6c82c6dca07"
    ],
    "album": "Fear Itself",
    "release_id": null,
    "release_group_id": "70b0c416-44c6-3563-8b96-e4a9072f3ed7",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1994-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My name be Pep Love\nOver the loop my scoop scoop, and do a flip\nAlleyoup, put a dip in a hula hoop...\" \nWant to be sure of exactly what they're saying in this 1994 classic?: https://genius.com/Casual-whos-it-on-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}