Information about plays

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

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

{
    "id": 3575617,
    "uri": "https://api.kexp.org/v2/plays/3575617/?format=api",
    "airdate": "2025-11-08T18:01:35-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ef07104-9fdb-49ea-a22b-feb04307e8eb/41666737766-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ef07104-9fdb-49ea-a22b-feb04307e8eb/41666737766-250.jpg",
    "song": "True/False Lover",
    "track_id": null,
    "recording_id": "fc58a870-c584-4732-90bd-6a2028d32a7d",
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "The Scholars",
    "release_id": null,
    "release_group_id": "1ffb40da-b2b5-486b-aec8-e3e685e9983e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Car Seat Headrest was in the KEXP studios earlier this year to play cuts off of their new record \"The Scholars\"! Watch the whole thing below:\n\nhttps://www.youtube.com/watch?v=xSNfKg2C8II",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}