Information about plays

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

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

{
    "id": 3554805,
    "uri": "https://api.kexp.org/v2/plays/3554805/?format=api",
    "airdate": "2025-09-19T01:14:01-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/86879b27-ba9f-447b-8f42-0128e85f2468/33405084447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86879b27-ba9f-447b-8f42-0128e85f2468/33405084447-250.jpg",
    "song": "Train of Love in Motion (The Mainline Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Heaven 17",
    "artist_ids": [
        "0796f847-09ca-4526-b17e-44390dd536ba"
    ],
    "album": "Special Fortified Dance Mixes to Enhance Danceability",
    "release_id": null,
    "release_group_id": "5018473f-82e1-48bb-9a66-f4c9f47cf847",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2022-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1988 on the 12\" b-side",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}