Information about plays

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

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

{
    "id": 3582561,
    "uri": "https://api.kexp.org/v2/plays/3582561/?format=api",
    "airdate": "2025-11-25T00:28:03-08:00",
    "show": 65203,
    "show_uri": "https://api.kexp.org/v2/shows/65203/?format=api",
    "image_uri": "https://coverartarchive.org/release/729c248b-0cb9-4cef-9af1-39e760bfa881/42946915482-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/729c248b-0cb9-4cef-9af1-39e760bfa881/42946915482-250.jpg",
    "song": "Breakdown (William Orbit Stereo Odyssey)",
    "track_id": null,
    "recording_id": null,
    "artist": "One Dove",
    "artist_ids": [
        "a930242b-1984-4249-b79c-3c1b22555f9b"
    ],
    "album": "Breakdown",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soma"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(As not heard on the 1997 Kurt Russell-starring movie soundtrack Breakdown)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}