Information about plays

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

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

{
    "id": 3557136,
    "uri": "https://api.kexp.org/v2/plays/3557136/?format=api",
    "airdate": "2025-09-24T10:02:59-07:00",
    "show": 64648,
    "show_uri": "https://api.kexp.org/v2/shows/64648/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3adae32-66d6-4255-92b3-fb5bceaf3b2c/5642356116-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3adae32-66d6-4255-92b3-fb5bceaf3b2c/5642356116-250.jpg",
    "song": "Left of the Dial",
    "track_id": null,
    "recording_id": "d662e07d-c530-4e03-aa02-9d3aee8a9251",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Tim",
    "release_id": null,
    "release_group_id": "ecae37b3-42f2-396d-a2d6-b614c1c41da3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for the trip to 1985 and happy birthday Andrew!\n\nJoin the Mourning Show for \"Curesday\" tomorrow! Where you will quite likely return to 1985 for a little \"The Head on the Door\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}