Information about plays

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

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

{
    "id": 3562238,
    "uri": "https://api.kexp.org/v2/plays/3562238/?format=api",
    "airdate": "2025-10-07T04:51:28-07:00",
    "show": 64768,
    "show_uri": "https://api.kexp.org/v2/shows/64768/?format=api",
    "image_uri": "https://coverartarchive.org/release/98040a1b-8349-437a-be9f-8986f4332320/6000609833-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98040a1b-8349-437a-be9f-8986f4332320/6000609833-250.jpg",
    "song": "Rainin Game",
    "track_id": null,
    "recording_id": "f9a62ba6-61ca-45b4-8180-d70ecbe67ebd",
    "artist": "Mac Dre feat. Ferg",
    "artist_ids": [
        "4efc4d86-18b5-4b6f-9380-6b8910482d37",
        "8e73ed15-d83b-4c45-af10-30ffc7a81e19"
    ],
    "album": "Best of Mac Dre II",
    "release_id": null,
    "release_group_id": "82526fce-d3cd-4a93-90a4-0800222f343d",
    "labels": [
        "Thizz Entertainment"
    ],
    "label_ids": [
        "cea69036-182b-44ec-b084-7058e29fc477"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Well, it may be cold on the East Coast or the other side of town, but this is the Bayyyyyy....\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}