Information about plays

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

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

{
    "id": 3581635,
    "uri": "https://api.kexp.org/v2/plays/3581635/?format=api",
    "airdate": "2025-11-22T21:17:16-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/926a69af-3bf3-42e2-be2c-570938fe61b3/29930922271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/926a69af-3bf3-42e2-be2c-570938fe61b3/29930922271-250.jpg",
    "song": "Wave Motion Gun",
    "track_id": null,
    "recording_id": "a4366cea-f817-47ff-8edb-52e2e96aa310",
    "artist": "Sicko",
    "artist_ids": [
        "a8d741ae-ae10-4ee1-b965-7694c70ba7a5"
    ],
    "album": "Laugh While You Can Monkey Boy",
    "release_id": null,
    "release_group_id": "cf9147b8-483f-3c5c-97e4-b3409f3d001b",
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1995-05-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Sicko just dropped some new merch with classic designs which are available via their website.\n\nhttps://www.facebook.com/SickoPopPunk/\nhttps://www.sicko.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}