Information about plays

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

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

{
    "id": 3545409,
    "uri": "https://api.kexp.org/v2/plays/3545409/?format=api",
    "airdate": "2025-08-27T07:56:42-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia801205.us.archive.org/27/items/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e-11654993926_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/27/items/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e/mbid-b94e53c9-9b50-483a-942b-c50f12c4280e-11654993926_thumb250.jpg",
    "song": "Huarache Lights",
    "track_id": "9cd46f2c-11b0-46b7-b8e2-8e5dfbc21ff0",
    "recording_id": "98d2cdf9-6d49-4c72-882a-bec84810587f",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Why Make Sense?",
    "release_id": "b94e53c9-9b50-483a-942b-c50f12c4280e",
    "release_group_id": "1ad35533-3614-408b-9d4b-4a3cc466e809",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2015-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Amplifiers Love Day! We'll spend all day playing song requests and sharing stories on air about what being an Amplifier means to you. We can’t wait to devote an entire day to the beating heart of this community of music lovers. Go to KEXP.ORG (https://kexp.org/) to learn more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}