Information about plays

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

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

{
    "id": 3547144,
    "uri": "https://api.kexp.org/v2/plays/3547144/?format=api",
    "airdate": "2025-08-31T11:42:47-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Her",
    "track_id": null,
    "recording_id": null,
    "artist": "Fred Williams",
    "artist_ids": [
        "f828e094-71ad-4f03-8001-bf9a2a3f6fb1"
    ],
    "album": "Eccentric Soul",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Numero"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A rare 45 from 1969 made its way onto this compilation album; a clean copy of the single was sold in the UK for more than $3200! At its heart was Dick Smart: bassist, club and record store owner, DJ, promoter, and sole proprietor of the Solo label.\nhttps://eccentricsoul.bandcamp.com/album/eccentric-soul-smarts-palace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}