Information about plays

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

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

{
    "id": 3587635,
    "uri": "https://api.kexp.org/v2/plays/3587635/?format=api",
    "airdate": "2025-12-06T16:21:02-08:00",
    "show": 65306,
    "show_uri": "https://api.kexp.org/v2/shows/65306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Since I Left You (album version)",
    "track_id": "e4f2e395-117a-3f26-ae35-baf9fd1ebec7",
    "recording_id": "6c9f53fb-60db-47c0-ac57-8c3932f082ce",
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Since I Left You",
    "release_id": "a33a5f55-2af9-45b2-a6a5-95841018ce08",
    "release_group_id": "9bdeede3-51ef-3990-8b9f-132c53a8d4d9",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2002-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}