Information about plays

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

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

{
    "id": 3546384,
    "uri": "https://api.kexp.org/v2/plays/3546384/?format=api",
    "airdate": "2025-08-29T17:04:53-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia802800.us.archive.org/24/items/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234-20532873506_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/24/items/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234-20532873506_thumb250.jpg",
    "song": "Unsatisfied",
    "track_id": "a63fda1e-bba8-4cec-bd70-9e37e9f37903",
    "recording_id": "4f7ba9a6-3e4f-4ef5-9194-e4d11439b2d5",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": "0faf90ad-af33-4fbd-8a18-af90edc18234",
    "release_group_id": "2c644807-3b5d-39d4-8c65-dec603bf3f3a",
    "labels": [
        "Rhino",
        "Ryko Distribution",
        "Twin/Tone Records"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "e6346b10-1a57-4d83-8653-392dbd6e1e80",
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Westerberg described \"Unsatisfied\" as being at least partly about the Replacements themselves:\n\"It was just the feeling that we’re never going anywhere and the music we’re playing is not the music I feel and I don’t know what to do and I don’t know how to express myself. I felt that one to the absolute bone when I did it.\"\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}