Information about plays

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

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

{
    "id": 3547007,
    "uri": "https://api.kexp.org/v2/plays/3547007/?format=api",
    "airdate": "2025-08-31T02:56:49-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/43f87b31-88ab-4ce2-b43b-ef00c845240b/27014615934-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43f87b31-88ab-4ce2-b43b-ef00c845240b/27014615934-250.jpg",
    "song": "We Let the Stars Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "Jordan: The Comeback",
    "release_id": null,
    "release_group_id": "80ccd3c3-8001-3249-8c94-6d155479dd62",
    "labels": [
        "Kitchenware"
    ],
    "label_ids": [],
    "release_date": "1990-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Don't call it a comeback)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}