Information about plays

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

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

{
    "id": 3620433,
    "uri": "https://api.kexp.org/v2/plays/3620433/?format=api",
    "airdate": "2026-02-21T17:42:50-08:00",
    "show": 65994,
    "show_uri": "https://api.kexp.org/v2/shows/65994/?format=api",
    "image_uri": "https://coverartarchive.org/release/e93738e1-156e-4a47-b441-466936312ca1/11423910367-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e93738e1-156e-4a47-b441-466936312ca1/11423910367-250.jpg",
    "song": "White Horse",
    "track_id": null,
    "recording_id": "0ba6eee5-58a4-4c35-93a6-58fb9b471838",
    "artist": "Laid Back",
    "artist_ids": [
        "a8fee308-c305-4ca1-8d30-28d150a8d5f7"
    ],
    "album": "Laidest Greatest",
    "release_id": null,
    "release_group_id": "02d3c7b9-f510-3847-9d98-4ae8d06d5409",
    "labels": [
        "Ariola"
    ],
    "label_ids": [
        "b6d68d43-4939-4d76-b0d7-ef855d9f3e6e"
    ],
    "release_date": "1995-11-16",
    "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"
}