Information about plays

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

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

{
    "id": 3605318,
    "uri": "https://api.kexp.org/v2/plays/3605318/?format=api",
    "airdate": "2026-01-17T02:34:47-08:00",
    "show": 65670,
    "show_uri": "https://api.kexp.org/v2/shows/65670/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake Your Molecules",
    "track_id": null,
    "recording_id": "489484d7-e578-4df5-9820-40354d1cd107",
    "artist": "Soma Holiday",
    "artist_ids": [
        "7352de44-307c-4688-b18b-e7163f82d980"
    ],
    "album": "Shake Your Molecules",
    "release_id": null,
    "release_group_id": "c7488948-4495-4147-97f3-a1eb367c61bb",
    "labels": [
        "Minimal Wave"
    ],
    "label_ids": [
        "0add585b-3b49-4f62-8fb0-8e273eee075d"
    ],
    "release_date": "2019-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mw-somaholiday.bandcamp.com/album/shake-your-molecules",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}