Information about plays

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

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

{
    "id": 3606120,
    "uri": "https://api.kexp.org/v2/plays/3606120/?format=api",
    "airdate": "2026-01-18T19:41:10-08:00",
    "show": 65687,
    "show_uri": "https://api.kexp.org/v2/shows/65687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mysteries of the World",
    "track_id": null,
    "recording_id": "6d27b233-8220-4277-91bc-614291c2b776",
    "artist": "MSFB",
    "artist_ids": [
        "e1ead98e-68a0-4e9d-8440-a8b2f30a2bbf"
    ],
    "album": "Disco",
    "release_id": null,
    "release_group_id": "c2916ebb-a44a-3213-a17c-3d7e187715f2",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}