Information about plays

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

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

{
    "id": 3557401,
    "uri": "https://api.kexp.org/v2/plays/3557401/?format=api",
    "airdate": "2025-09-25T01:59:33-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WAD",
    "track_id": null,
    "recording_id": "7310b4a3-fba4-4de4-bd8c-fe388edb71ed",
    "artist": "Pearson Sound",
    "artist_ids": [
        "56263187-608d-43dc-8782-a417b492d418"
    ],
    "album": "PLSN / WAD",
    "release_id": null,
    "release_group_id": "727242cd-aae5-424a-9e03-9df00fb30470",
    "labels": [
        "Hessle Audio"
    ],
    "label_ids": [
        "a41b313f-f779-4105-b7a4-7e61b4a802f7"
    ],
    "release_date": "2009-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pearsonsound.bandcamp.com/album/plsn-wad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}