Information about plays

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

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

{
    "id": 3525283,
    "uri": "https://api.kexp.org/v2/plays/3525283/?format=api",
    "airdate": "2025-07-10T19:37:47-07:00",
    "show": 63977,
    "show_uri": "https://api.kexp.org/v2/shows/63977/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tipu’s Tiger",
    "track_id": null,
    "recording_id": "ccceb4fd-cbcd-4f6f-8ffc-898fcb83b8aa",
    "artist": "Yu Su feat. Pender Street Steppers",
    "artist_ids": [
        "4472f89e-5944-49e4-9a33-43358390db40",
        "c3303f73-66a1-46dc-8780-a39c0e4a30a2"
    ],
    "album": "泉出通川为谷 / Roll With the Punches",
    "release_id": null,
    "release_group_id": "5773625f-acbb-465e-af9f-5d918d7febf8",
    "labels": [
        "Second Circle"
    ],
    "label_ids": [
        "d9a1609d-8ee4-4055-bd69-7761a59db69c"
    ],
    "release_date": "2019-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First Yu Su project I heard!\n\nhttps://music-from-memory.bandcamp.com/album/roll-with-the-punches",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}