Information about plays

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

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

{
    "id": 3554354,
    "uri": "https://api.kexp.org/v2/plays/3554354/?format=api",
    "airdate": "2025-09-17T22:33:02-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rhinestone Tease",
    "track_id": null,
    "recording_id": null,
    "artist": "Tullycraft",
    "artist_ids": [
        "1d25e697-096d-43b1-94bd-74e0619c5567"
    ],
    "album": "Shoot The Point",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Happy Happy Birthday to Me Records"
    ],
    "label_ids": [
        "899afdc4-6e84-4374-99f7-1a9f841f77b2"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://tullycraft.bandcamp.com/album/shoot-the-point",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}