Information about plays

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

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

{
    "id": 3629959,
    "uri": "https://api.kexp.org/v2/plays/3629959/?format=api",
    "airdate": "2026-03-17T01:18:00-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8a3c8da-fc93-4864-a13a-9863d4b6b69a/40478584675-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8a3c8da-fc93-4864-a13a-9863d4b6b69a/40478584675-250.jpg",
    "song": "I Want It All",
    "track_id": null,
    "recording_id": "e782ecb0-aea6-4530-98a1-09ba38465778",
    "artist": "Frits Wentink",
    "artist_ids": [
        "3bf2e0f6-1937-4cf5-b3e3-7ffe6cb030ea"
    ],
    "album": "Together EP",
    "release_id": null,
    "release_group_id": "4283e407-dd18-415e-b629-4a50677aade3",
    "labels": [
        "WOLF Music Recordings"
    ],
    "label_ids": [
        "b46002fd-45a9-4bea-87bd-f06c7e7ec7bb"
    ],
    "release_date": "2024-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://fritswentink.bandcamp.com/track/i-want-it-all",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}