Information about plays

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

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

{
    "id": 3645179,
    "uri": "https://api.kexp.org/v2/plays/3645179/?format=api",
    "airdate": "2026-04-22T03:16:15-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c61231b-dce4-4dc5-9641-5bd3243b7b9a/36006721196-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c61231b-dce4-4dc5-9641-5bd3243b7b9a/36006721196-250.jpg",
    "song": "Still Poor",
    "track_id": null,
    "recording_id": "a80f8667-6b24-4390-b8b1-bcaaca00445f",
    "artist": "Clone Defects",
    "artist_ids": [
        "194507fe-7117-49ca-b8dc-8da2278a9526"
    ],
    "album": "Shapes of Venus",
    "release_id": null,
    "release_group_id": "afba4ba1-7325-32f4-ac9b-96d2e9bb3761",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}