Information about plays

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

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

{
    "id": 3621947,
    "uri": "https://api.kexp.org/v2/plays/3621947/?format=api",
    "airdate": "2026-02-25T03:09:17-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Horse",
    "track_id": null,
    "recording_id": "0ba6eee5-58a4-4c35-93a6-58fb9b471838",
    "artist": "Laid Back",
    "artist_ids": [
        "a8fee308-c305-4ca1-8d30-28d150a8d5f7"
    ],
    "album": "…Keep Smiling",
    "release_id": null,
    "release_group_id": "0d270df3-89af-3285-b873-5f9b1b918e7a",
    "labels": [
        "Disky"
    ],
    "label_ids": [
        "d2a857fe-a9ba-4273-a5d2-456598eeaf09"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1983 tune was written by Tim Stahl and John Guldberg of the Danish duo Laid Back.  It was written after the songwriter lost a friend to a heroin overdose.\n--\nHere's the official music video: https://www.youtube.com/watch?v=mlYJf6CJXV8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}