Information about plays

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

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

{
    "id": 3660461,
    "uri": "https://api.kexp.org/v2/plays/3660461/?format=api",
    "airdate": "2026-05-28T03:08:26-07:00",
    "show": 66833,
    "show_uri": "https://api.kexp.org/v2/shows/66833/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a5b5fe2-0898-3026-afb7-378fb8373752/8131494180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a5b5fe2-0898-3026-afb7-378fb8373752/8131494180-250.jpg",
    "song": "Stillness Is the Move",
    "track_id": null,
    "recording_id": "e6ea1f7a-e6c9-40e7-9e57-aa484af929c3",
    "artist": "Dirty Projectors",
    "artist_ids": [
        "71a94ed8-03cc-459a-bd35-a081ca88a402"
    ],
    "album": "Bitte Orca",
    "release_id": null,
    "release_group_id": "3e7bd1f6-f27d-3514-bb34-955d00eb6533",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2009-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn's Dirty Projectors is the project of singer-songwriter Dave Longstreth, with various collaborators over the year. \n--\nThose unique vocals are from guitarist and singer Amber Coffman. \n--\nDid you know that Solange covered this song?: https://www.youtube.com/watch?v=n9k5d3bZ37c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}