Information about plays

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

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

{
    "id": 3543262,
    "uri": "https://api.kexp.org/v2/plays/3543262/?format=api",
    "airdate": "2025-08-22T10:55:21-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia800107.us.archive.org/21/items/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8-41600933415_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/21/items/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8/mbid-6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8-41600933415_thumb250.jpg",
    "song": "Ring My Bell",
    "track_id": "c1ac69ef-1c8d-4b45-b8c6-5196f8c24744",
    "recording_id": "8632a05b-b651-4c16-b3ff-cd7657672e02",
    "artist": "Night Moves",
    "artist_ids": [
        "cfe4a55b-b076-48c1-a9fe-585c59f14645"
    ],
    "album": "Double Life",
    "release_id": "6e77534e-3c86-46e9-a9b7-3d9c4cdc92e8",
    "release_group_id": "c5344303-8aaa-4df2-84e1-58066e0c4d4d",
    "labels": [
        "Domino",
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0",
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Night Moves will be on the west coast this fall!\n\n- San Francisco on October 26th at The Chapel\n\n- Seattle on October 30th at Neumos\n\nSee more dates here: https://nightmovesmpls.com/\n\nThe Minneapolis-based band released their new album, Double Life, in July. https://nightmoves.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}