Information about plays

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

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

{
    "id": 3559027,
    "uri": "https://api.kexp.org/v2/plays/3559027/?format=api",
    "airdate": "2025-09-29T00:05:13-07:00",
    "show": 64695,
    "show_uri": "https://api.kexp.org/v2/shows/64695/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8a83557-0787-4b77-ae9b-d8f8d88b7830/9802676496-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8a83557-0787-4b77-ae9b-d8f8d88b7830/9802676496-250.jpg",
    "song": "In My Room",
    "track_id": null,
    "recording_id": "000964d2-1e1c-4f81-9c62-30c53905095c",
    "artist": "Aka Kelzz",
    "artist_ids": [
        "55cef2b3-1faf-4e0d-802f-abb7cd332793"
    ],
    "album": "Bite Black + Blues",
    "release_id": null,
    "release_group_id": "975f5660-2865-36bb-b551-47e9267ec51f",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}