Information about plays

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

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

{
    "id": 3602814,
    "uri": "https://api.kexp.org/v2/plays/3602814/?format=api",
    "airdate": "2026-01-10T22:03:50-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Låt det få va såhär",
    "track_id": null,
    "recording_id": null,
    "artist": "Svart katt",
    "artist_ids": [
        "04aad050-8b7d-462c-8ac1-862eda02cff1"
    ],
    "album": "Tills ingen längre minns",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Adrian Recordings"
    ],
    "label_ids": [
        "d41f3fcd-7de7-43a3-a22d-f9f945b66e2a"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stockholm, Sweden\n\nhttps://svartkatt.bandcamp.com/album/tills-ingen-l-ngre-minns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}