Information about plays

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

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

{
    "id": 3554413,
    "uri": "https://api.kexp.org/v2/plays/3554413/?format=api",
    "airdate": "2025-09-18T01:50:23-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8fde634-b6fc-4bf3-968b-354b51968c85/24594048697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8fde634-b6fc-4bf3-968b-354b51968c85/24594048697-250.jpg",
    "song": "Leisure Techno",
    "track_id": null,
    "recording_id": "be95f839-430b-40d9-82c6-c7bcf3ed1474",
    "artist": "AQXDM",
    "artist_ids": [
        "047614fa-e273-4b2e-9547-af3ea4ffb965"
    ],
    "album": "Infrared",
    "release_id": null,
    "release_group_id": "d93b10b2-a185-40b6-8f5b-55c39469e683",
    "labels": [
        "Houndstooth"
    ],
    "label_ids": [
        "107c92d4-8fe3-4c06-beff-98540a321a68"
    ],
    "release_date": "2019-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://aqxdm.bandcamp.com/album/infrared",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}