Information about plays

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

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

{
    "id": 3553065,
    "uri": "https://api.kexp.org/v2/plays/3553065/?format=api",
    "airdate": "2025-09-14T18:55:47-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "https://coverartarchive.org/release/92fa2296-bbc8-4ff5-9bc8-f6b1981ec991/38453199134-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92fa2296-bbc8-4ff5-9bc8-f6b1981ec991/38453199134-250.jpg",
    "song": "Ain't No Fun (If The Homies Can't Have None) feat. Jungle Fire",
    "track_id": null,
    "recording_id": "3b8ad9c5-8357-433a-a9cb-228957e5f7fd",
    "artist": "DJ Nu‐Mark",
    "artist_ids": [
        "1968d208-dfec-4eec-b0ff-2a6926f15a38"
    ],
    "album": "Run For Cover",
    "release_id": null,
    "release_group_id": "833e5418-3023-4867-8ab6-5b8cb761025d",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Nu‐Mark covering Ain't no Fun.\nhttps://djnu-mark.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}