Information about plays

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

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

{
    "id": 3641752,
    "uri": "https://api.kexp.org/v2/plays/3641752/?format=api",
    "airdate": "2026-04-14T00:16:48-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a5ca7d2-0d4a-4e22-8009-ef00b8819abb/19023693745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a5ca7d2-0d4a-4e22-8009-ef00b8819abb/19023693745-250.jpg",
    "song": "A Girl Like You",
    "track_id": null,
    "recording_id": "0549c909-e488-455c-b263-5baebf9586e0",
    "artist": "ALASKALASKA",
    "artist_ids": [
        "46b13385-216c-4726-99f4-627c731667ef"
    ],
    "album": "Covered in Gloria",
    "release_id": null,
    "release_group_id": "f3690fea-f254-4d8a-9bd7-b590ee5d0421",
    "labels": [
        "DEEK"
    ],
    "label_ids": [],
    "release_date": "2017-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Edwyn Collins! - https://deekrecordings.bandcamp.com/album/covered-in-gloria",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}