Information about plays

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

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

{
    "id": 3575668,
    "uri": "https://api.kexp.org/v2/plays/3575668/?format=api",
    "airdate": "2025-11-08T19:28:11-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6422841-6d56-4dfe-9d1f-3cf298dd2f46/41264935791-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6422841-6d56-4dfe-9d1f-3cf298dd2f46/41264935791-250.jpg",
    "song": "Neighborhood Scene",
    "track_id": null,
    "recording_id": "63a27c1e-4de9-4e7c-8911-f0ebc1fa6bf9",
    "artist": "Youth Lagoon",
    "artist_ids": [
        "4a18722d-5a98-41c8-9e86-814afbffc704"
    ],
    "album": "Rarely Do I Dream",
    "release_id": null,
    "release_group_id": "45b3011b-f9c1-43ff-b172-4bcf100453a4",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-02-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Boise's Youth Lagoon put out a new record this year!! Listen to the whole thing below:\n\nhttps://www.youtube.com/watch?v=ZCPhJGNYgSs",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}