Information about plays

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

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

{
    "id": 3617212,
    "uri": "https://api.kexp.org/v2/plays/3617212/?format=api",
    "airdate": "2026-02-14T02:55:22-08:00",
    "show": 65927,
    "show_uri": "https://api.kexp.org/v2/shows/65927/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ee8107e-1089-453b-a356-70434a213b9c/14763498856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ee8107e-1089-453b-a356-70434a213b9c/14763498856-250.jpg",
    "song": "Dreams, Laws, Rights and Duties",
    "track_id": null,
    "recording_id": "65ff0ade-94a0-4a00-a6e6-f4e80b526002",
    "artist": "Frustration",
    "artist_ids": [
        "e57b042b-67f4-476e-98c1-f27719224316"
    ],
    "album": "Empires of Shame",
    "release_id": null,
    "release_group_id": "9a87fdb9-bf8b-489e-890e-f14a3f56573e",
    "labels": [
        "Born Bad Records"
    ],
    "label_ids": [
        "c82f5a52-138e-46b0-b359-acab96b71ce6"
    ],
    "release_date": "2016-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://frustrationblind.bandcamp.com/album/empires-of-shame-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}