Information about plays

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

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

{
    "id": 3501061,
    "uri": "https://api.kexp.org/v2/plays/3501061/?format=api",
    "airdate": "2025-05-14T00:36:51-07:00",
    "show": 63454,
    "show_uri": "https://api.kexp.org/v2/shows/63454/?format=api",
    "image_uri": "https://coverartarchive.org/release/9cc57dfa-3bad-459b-880d-17e025ef3121/24628553122-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9cc57dfa-3bad-459b-880d-17e025ef3121/24628553122-250.jpg",
    "song": "Sunday",
    "track_id": null,
    "recording_id": "6a32988d-b326-4583-af43-798e83a9bed7",
    "artist": "HNNY",
    "artist_ids": [
        "1292fb51-2c42-4c3e-b726-7e8cf0d51715"
    ],
    "album": "Back to Mine: Jungle",
    "release_id": null,
    "release_group_id": "c2a9d3d6-9f51-47fe-b0f6-84af6d0ff638",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HNNY is the recording name for Swedish ambient and house music producer and DJ Johan Cederberg.\n\nhttps://soundcloud.com/hnny\nhttps://hnny.bandcamp.com/album/sunday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}