Information about plays

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

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

{
    "id": 3667397,
    "uri": "https://api.kexp.org/v2/plays/3667397/?format=api",
    "airdate": "2026-06-13T15:21:55-07:00",
    "show": 66979,
    "show_uri": "https://api.kexp.org/v2/shows/66979/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seven (CSS remix)",
    "track_id": "f18870ae-cd09-363e-8c96-362170ca4dec",
    "recording_id": "45deac2e-0221-40b5-bcbe-d87d0a3643c9",
    "artist": "Fever Ray",
    "artist_ids": [
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "Seven",
    "release_id": "887a823b-591f-4a7b-9ef7-773e02ef8ec6",
    "release_group_id": "d507ef7d-4d1e-4296-ad5e-4c7fa27507d2",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://feverray.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}