Information about plays

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

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

{
    "id": 3547019,
    "uri": "https://api.kexp.org/v2/plays/3547019/?format=api",
    "airdate": "2025-08-31T03:30:13-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/e94e4d59-428b-479f-a974-a575352b0f52/18229247292-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e94e4d59-428b-479f-a974-a575352b0f52/18229247292-250.jpg",
    "song": "Review",
    "track_id": null,
    "recording_id": null,
    "artist": "Anna Domino",
    "artist_ids": [
        "8d1f3f44-c4cf-4fbe-b4a2-d70f495dc48b"
    ],
    "album": "East and West",
    "release_id": null,
    "release_group_id": "de3a8bea-657d-472e-b2ac-432320d2f866",
    "labels": [
        "Les Disques du Crépuscule"
    ],
    "label_ids": [
        "0ed044c0-b936-4209-8d09-e0b387638517"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She's so cool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}