Information about plays

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

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

{
    "id": 3656818,
    "uri": "https://api.kexp.org/v2/plays/3656818/?format=api",
    "airdate": "2026-05-19T12:08:28-07:00",
    "show": 66759,
    "show_uri": "https://api.kexp.org/v2/shows/66759/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-8d268506-4ab2-4ab3-840f-22bd42322485/mbid-8d268506-4ab2-4ab3-840f-22bd42322485-36034494101_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-8d268506-4ab2-4ab3-840f-22bd42322485/mbid-8d268506-4ab2-4ab3-840f-22bd42322485-36034494101_thumb250.jpg",
    "song": "You Turn Me On",
    "track_id": "933e8619-1102-3098-bcba-dc12950e847f",
    "recording_id": "8656fa77-3f81-4796-8317-a7a8f2c5c820",
    "artist": "Cinerama",
    "artist_ids": [
        "233ab6b9-51bd-4b8c-8d79-3845d2b65435"
    ],
    "album": "Va Va Voom",
    "release_id": "8d268506-4ab2-4ab3-840f-22bd42322485",
    "release_group_id": "5ede8738-776f-3256-853b-59bb3c048971",
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "1998-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cinerama was a project of David Gedge of The Wedding Present.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}