Information about plays

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

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

{
    "id": 3593117,
    "uri": "https://api.kexp.org/v2/plays/3593117/?format=api",
    "airdate": "2025-12-19T14:57:43-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clean Heart",
    "track_id": "2003d219-288e-4fb4-ada1-1939f9008071",
    "recording_id": "b3df2807-c366-4f2f-82e3-23f1469b55f0",
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "Glory",
    "release_id": "988db66e-eea7-45c6-8774-1663d3e36fd1",
    "release_group_id": "9026098c-a577-4097-8274-944db1536d13",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#45\nDes Moines, IA, artist Perfume Genius just put out his newest album 'Glory' back in March",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}