Information about plays

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

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

{
    "id": 3587211,
    "uri": "https://api.kexp.org/v2/plays/3587211/?format=api",
    "airdate": "2025-12-05T16:34:36-08:00",
    "show": 65296,
    "show_uri": "https://api.kexp.org/v2/shows/65296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True/False Lover",
    "track_id": "ea4ba477-9c76-4e13-aea7-b34d4a90864f",
    "recording_id": "fc58a870-c584-4732-90bd-6a2028d32a7d",
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "The Scholars",
    "release_id": "f5dd1d0d-64c6-4829-bd4d-eb51f31d6006",
    "release_group_id": "1ffb40da-b2b5-486b-aec8-e3e685e9983e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Car Seat Headrest weaves in lyrics from \"Scarborough Fair\" for this song.\n\nThey performed Live in the KEXP Studio earlier this year! https://www.youtube.com/watch?v=xSNfKg2C8II",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}