Information about plays

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

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

{
    "id": 3632758,
    "uri": "https://api.kexp.org/v2/plays/3632758/?format=api",
    "airdate": "2026-03-23T14:19:55-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://coverartarchive.org/release/d277c19d-71e9-4d70-892b-7a9fb1ff0b78/17361517341-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d277c19d-71e9-4d70-892b-7a9fb1ff0b78/17361517341-250.jpg",
    "song": "Give You My Lovin’",
    "track_id": null,
    "recording_id": "da3f6cab-f758-44b5-9ba4-726977508f69",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "She Hangs Brightly",
    "release_id": null,
    "release_group_id": "328f73a5-37d1-35cc-8538-f880f4f18520",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off Mazzy Star's debut album. \n\nCheck out a live performance of this track: https://www.youtube.com/watch?v=9qYCq8NsD_M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}