Information about plays

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

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

{
    "id": 3640527,
    "uri": "https://api.kexp.org/v2/plays/3640527/?format=api",
    "airdate": "2026-04-11T01:49:44-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/33e4b897-2c01-45ae-8b1f-1414144fea35/31570201658-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33e4b897-2c01-45ae-8b1f-1414144fea35/31570201658-250.jpg",
    "song": "Follow Your Traces",
    "track_id": null,
    "recording_id": "2552b0da-a613-42aa-be8e-ab4b5c058737",
    "artist": "Marta Raya",
    "artist_ids": [
        "33a651c3-35c8-4a31-996e-f3830cc07c1c"
    ],
    "album": "Hidden Emotions",
    "release_id": null,
    "release_group_id": "0559af0c-f08e-4bbf-a957-6273bb35bd63",
    "labels": [
        "Heveller Records"
    ],
    "label_ids": [
        "f405d08d-89a2-4d26-9296-3f1458bf1bcc"
    ],
    "release_date": "2018-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://martaraya.bandcamp.com/album/hidden-emotions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}