Information about plays

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

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

{
    "id": 3543222,
    "uri": "https://api.kexp.org/v2/plays/3543222/?format=api",
    "airdate": "2025-08-22T08:22:41-07:00",
    "show": 64354,
    "show_uri": "https://api.kexp.org/v2/shows/64354/?format=api",
    "image_uri": "https://ia803106.us.archive.org/13/items/mbid-7b49ac48-6c32-4831-a7dd-aba21b075299/mbid-7b49ac48-6c32-4831-a7dd-aba21b075299-42498651788_thumb500.jpg",
    "thumbnail_uri": "https://ia903106.us.archive.org/13/items/mbid-7b49ac48-6c32-4831-a7dd-aba21b075299/mbid-7b49ac48-6c32-4831-a7dd-aba21b075299-42498651788_thumb250.jpg",
    "song": "Devotion",
    "track_id": "00c50949-982e-46be-95bc-ac29dc61539d",
    "recording_id": "27e1374b-c369-4873-b145-3f80237c80f5",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Joy In Repetition",
    "release_id": "7b49ac48-6c32-4831-a7dd-aba21b075299",
    "release_group_id": "066b9885-7a45-425a-843c-6e944a3ab00c",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English synth-pop band Hot Chip have announced their first greatest hits album, \"Joy In Repetition.\"\n It's out September 5th and is named after the lyrics in their song “Over and Over.\" \n--\nThe album includes this new song, \"Devotion,\" their first new music since the 2022 LP \"Freakout/Release.\"\nSee the delightful video for this song: https://www.youtube.com/watch?v=pgkHmASWIeo&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}