Information about plays

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

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

{
    "id": 3573686,
    "uri": "https://api.kexp.org/v2/plays/3573686/?format=api",
    "airdate": "2025-11-04T00:40:07-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/05192594-fc20-47a1-a4ed-d691154642ec/8649020533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05192594-fc20-47a1-a4ed-d691154642ec/8649020533-250.jpg",
    "song": "Glacial Wave",
    "track_id": null,
    "recording_id": "5003d8a8-831a-42ed-8d5c-59514b99aeb7",
    "artist": "Noveller",
    "artist_ids": [
        "7d57e5b3-34a7-4862-973e-7cec0892f576"
    ],
    "album": "Glacial Glow",
    "release_id": null,
    "release_group_id": "fad868a0-faf0-41f0-917f-ed2d61098ffb",
    "labels": [
        "Saffron Recordings"
    ],
    "label_ids": [
        "a2a5642e-236f-440d-804c-6f53e785b950"
    ],
    "release_date": "2011-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm still captivated - https://noveller.bandcamp.com/album/glacial-glow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}