Information about plays

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

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

{
    "id": 3547856,
    "uri": "https://api.kexp.org/v2/plays/3547856/?format=api",
    "airdate": "2025-09-02T05:05:08-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia801606.us.archive.org/29/items/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7-23897263443_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/29/items/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7/mbid-5384a23f-ae28-4822-92ff-10ac27f3e7c7-23897263443_thumb250.jpg",
    "song": "Old World New World",
    "track_id": "bf0b05ed-fbb4-419f-8ced-e97dc1a484f3",
    "recording_id": "8a26014b-e0eb-4820-bcb4-666aa6085173",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Shabooh Shoobah",
    "release_id": "349325a9-316c-413e-bbe2-eab43e252bf2",
    "release_group_id": "d0b7bb2d-c91e-345b-a545-a4bf95cd9bff",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "INXS's third album, Shabooh Shoobah, developed after they decided in early 1982 to record a new song, \"The One Thing\", at their own expense, with Mark Opitz at Paradise Studios.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}