Information about plays

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

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

{
    "id": 3540972,
    "uri": "https://api.kexp.org/v2/plays/3540972/?format=api",
    "airdate": "2025-08-16T22:40:32-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a8f45e2-6f99-424a-9e5b-12222096974d/27107851501-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a8f45e2-6f99-424a-9e5b-12222096974d/27107851501-250.jpg",
    "song": "Horse Tickler",
    "track_id": null,
    "recording_id": "f53e5b0a-e4c9-43dd-a45b-cb0fee4c0478",
    "artist": "GAG",
    "artist_ids": [
        "ce665769-b3b3-4543-875a-1cc19ac8cbc7"
    ],
    "album": "America’s Greatest Hits",
    "release_id": null,
    "release_group_id": "22302575-8251-4663-bb41-40ba2d2dc480",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2016-01-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "GAG are currently touring Europe with Ingrown.\n\nhttps://ironlungrecords.bandcamp.com/album/still-laughing-lp-lungs-164",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}