Information about plays

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

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

{
    "id": 3574147,
    "uri": "https://api.kexp.org/v2/plays/3574147/?format=api",
    "airdate": "2025-11-05T02:44:45-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t Nobody Making Me High",
    "track_id": "c69b08ba-bc80-49e9-a16a-2bde3da279be",
    "recording_id": "48ed13d5-ad13-4c70-bdd8-00241a75b168",
    "artist": "Bartees Strange",
    "artist_ids": [
        "9e1ea361-c2cc-45a4-a926-00518453efc0"
    ],
    "album": "Shy Bairns Get Nowt",
    "release_id": "146941dd-5b03-4c9a-bf18-bfa13cdaac99",
    "release_group_id": "712a02b4-a437-41d3-8748-35cb7d217302",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://barteesstrange.bandcamp.com/album/shy-bairns-get-nowt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}