Information about plays

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

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

{
    "id": 3522768,
    "uri": "https://api.kexp.org/v2/plays/3522768/?format=api",
    "airdate": "2025-07-05T00:13:11-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/920af7b1-3a8b-4129-a881-7c9c6877b0ef/5880914168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/920af7b1-3a8b-4129-a881-7c9c6877b0ef/5880914168-250.jpg",
    "song": "Set It Off",
    "track_id": null,
    "recording_id": "aac5bf26-0229-4bb2-be1a-83112c45206e",
    "artist": "Big Daddy Kane",
    "artist_ids": [
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e"
    ],
    "album": "Long Live the Kane",
    "release_id": null,
    "release_group_id": "1290169e-b938-3b21-83e4-ec7dc2c0f70a",
    "labels": [
        "Cold Chillin’"
    ],
    "label_ids": [
        "85effcdf-76de-4f04-86d2-f8a842350df2"
    ],
    "release_date": "1988-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}