Information about plays

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

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

{
    "id": 3570770,
    "uri": "https://api.kexp.org/v2/plays/3570770/?format=api",
    "airdate": "2025-10-27T22:34:31-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8a212e0-eb0d-429a-833f-ff5cc6e95288/39587927026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8a212e0-eb0d-429a-833f-ff5cc6e95288/39587927026-250.jpg",
    "song": "Touch the Stars",
    "track_id": null,
    "recording_id": null,
    "artist": "Spectrum",
    "artist_ids": [
        "e2ced958-4898-49ef-a215-a2271c61751f"
    ],
    "album": "Soul Kiss (Glide Divine)",
    "release_id": null,
    "release_group_id": "935813f0-0726-324c-8398-b8e7b73f6c66",
    "labels": [
        "Silvertone"
    ],
    "label_ids": [],
    "release_date": "1992-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first release by Pete Kember aka Sonic Boom after Spacemen 3's dissolution",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}