Information about plays

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

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

{
    "id": 3575349,
    "uri": "https://api.kexp.org/v2/plays/3575349/?format=api",
    "airdate": "2025-11-08T01:25:28-08:00",
    "show": 65050,
    "show_uri": "https://api.kexp.org/v2/shows/65050/?format=api",
    "image_uri": "https://coverartarchive.org/release/10dcf40a-c16d-40ec-aa26-a61f9f8b3102/15386494608-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10dcf40a-c16d-40ec-aa26-a61f9f8b3102/15386494608-250.jpg",
    "song": "Naive to the Bone",
    "track_id": null,
    "recording_id": null,
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Adieux Au Dancefloor",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cititrax"
    ],
    "label_ids": [
        "8e2e80a0-17e1-4662-86fa-883a1abe7bc4"
    ],
    "release_date": "2016-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Montreal artist's third LP - https://mariedavidson.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}