Information about plays

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

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

{
    "id": 3554824,
    "uri": "https://api.kexp.org/v2/plays/3554824/?format=api",
    "airdate": "2025-09-19T02:17:23-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/e696e561-be52-457a-baa3-3c4f780b2a15/21976476918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e696e561-be52-457a-baa3-3c4f780b2a15/21976476918-250.jpg",
    "song": "Boyfriends Stay",
    "track_id": null,
    "recording_id": null,
    "artist": "Club 8",
    "artist_ids": [
        "e7fa2614-2da5-496f-b575-07ece506a5d2"
    ],
    "album": "Club 8",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Labrador"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How'd the Swedes get so good at writing pop songs?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}