Information about plays

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

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

{
    "id": 3578826,
    "uri": "https://api.kexp.org/v2/plays/3578826/?format=api",
    "airdate": "2025-11-16T03:51:23-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://ia601005.us.archive.org/23/items/mbid-4799bd98-52bf-42ba-a81e-ec31d38f9838/mbid-4799bd98-52bf-42ba-a81e-ec31d38f9838-42946353339_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-4799bd98-52bf-42ba-a81e-ec31d38f9838/mbid-4799bd98-52bf-42ba-a81e-ec31d38f9838-42946353339_thumb250.jpg",
    "song": "Loon",
    "track_id": "9fcff561-6987-4ac5-9244-fcad867a8029",
    "recording_id": "1c513fe0-dfe2-48d6-82d7-875bafbe7c4a",
    "artist": "Steve Gunn",
    "artist_ids": [
        "a0d05bb8-3ef4-4b70-8992-5da4322afc21"
    ],
    "album": "Daylight Daylight",
    "release_id": "4799bd98-52bf-42ba-a81e-ec31d38f9838",
    "release_group_id": "399aeac7-ee05-4c7e-9332-46a647585439",
    "labels": [
        "No Quarter Records"
    ],
    "label_ids": [
        "9106d9a5-1c78-4b29-bf07-96b0a5122f55"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}