Information about plays

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

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

{
    "id": 3631744,
    "uri": "https://api.kexp.org/v2/plays/3631744/?format=api",
    "airdate": "2026-03-21T01:44:08-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/de074e07-e7d2-4ab6-b692-2cf9b7728b20/13003563334-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de074e07-e7d2-4ab6-b692-2cf9b7728b20/13003563334-250.jpg",
    "song": "Slyd",
    "track_id": null,
    "recording_id": "0aaff3dd-0418-4dfa-b93b-94a63d341c48",
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "THR!!!ER",
    "release_id": null,
    "release_group_id": "69076088-4f56-48d4-ab48-b73a3065de10",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2013-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jim Eno did engineering on this record!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}