Information about plays

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

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

{
    "id": 3656157,
    "uri": "https://api.kexp.org/v2/plays/3656157/?format=api",
    "airdate": "2026-05-17T22:42:20-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "303 Template Refract",
    "track_id": null,
    "recording_id": "c48590cd-7e7e-4374-9f09-f169d5d11c9c",
    "artist": "Speedy J",
    "artist_ids": [
        "734fa82c-864e-468b-bee4-944cb4b1952b"
    ],
    "album": "Walkman",
    "release_id": null,
    "release_group_id": "7ab91954-b5fc-4821-9c9c-fe5ac3608a11",
    "labels": [
        "STOOR"
    ],
    "label_ids": [
        "0c05c66a-361c-4271-bb13-ffbdf3ec85d0"
    ],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://speedyj.bandcamp.com/album/walkman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}