Information about plays

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

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

{
    "id": 3600900,
    "uri": "https://api.kexp.org/v2/plays/3600900/?format=api",
    "airdate": "2026-01-06T07:11:28-08:00",
    "show": 65578,
    "show_uri": "https://api.kexp.org/v2/shows/65578/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven on the Ground",
    "track_id": "ca65a369-9f2a-32ec-956a-b464a2cce489",
    "recording_id": "2a59c3d0-23e8-4b83-8fda-6e178b5ea231",
    "artist": "Sodastream",
    "artist_ids": [
        "1676b6d7-a83d-464f-9563-a19096c154eb"
    ],
    "album": "The Hill for Company",
    "release_id": "fa291d56-9e1d-4a22-8710-18605b1ba361",
    "release_group_id": "964eceb9-362c-34bc-a94b-140fbb32b3a1",
    "labels": [
        "Trifekta Records"
    ],
    "label_ids": [
        "470009af-7e7c-4835-b125-256fb729a98f"
    ],
    "release_date": "2001-09-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sodastream are an Australian duo consisting of Karl Smith on lead vocals and acoustic guitar; and Pete Cohen on double bass, bass guitar, piano and backing vocals; which formed in 1997 in Perth.\n\nhttps://sodastream.bandcamp.com\nhttps://www.sodastream.net.au",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}