Information about plays

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

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

{
    "id": 3602194,
    "uri": "https://api.kexp.org/v2/plays/3602194/?format=api",
    "airdate": "2026-01-09T10:08:51-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Go",
    "track_id": "065f2c94-4bae-45e2-9e2d-edfe7fd96c29",
    "recording_id": "de1182b0-36cb-47ae-864c-0ba9ad30f6f7",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Candy‐O",
    "release_id": "aa51443e-ec84-4703-b8b7-b4e219aefda3",
    "release_group_id": "a5af2abc-fa10-3b5d-90f0-a64575866ac8",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2017-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was the first single off the group's sophomore album, 'Let's Go'. Ric Ocasek wrote this song which features a prominent guitar solo by Elliot Easton and lead vocals by bassist Benjamin Orr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}