Information about plays

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

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

{
    "id": 3658144,
    "uri": "https://api.kexp.org/v2/plays/3658144/?format=api",
    "airdate": "2026-05-22T17:19:53-07:00",
    "show": 66786,
    "show_uri": "https://api.kexp.org/v2/shows/66786/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1ab2cec-e72c-4f20-a81b-b0b2775723e7/32328806473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1ab2cec-e72c-4f20-a81b-b0b2775723e7/32328806473-250.jpg",
    "song": "War",
    "track_id": null,
    "recording_id": "75c17180-d3d8-46d9-99b1-605d6ced5e3e",
    "artist": "I Speak Machine",
    "artist_ids": [
        "f1bd6172-a361-4668-ae3e-2c2f71f8c04a"
    ],
    "album": "WAR",
    "release_id": null,
    "release_group_id": "49611846-04e4-458e-b836-4d84f98d90e7",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I Speak Machine is the audio visual collaboration between Tara Busch and Maf Lewis, creating films to be played with live scores.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}