Information about plays

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

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

{
    "id": 3614925,
    "uri": "https://api.kexp.org/v2/plays/3614925/?format=api",
    "airdate": "2026-02-08T16:34:50-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "https://coverartarchive.org/release/f43f6e65-2799-46ad-9659-f4c2790762f8/28691157415-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f43f6e65-2799-46ad-9659-f4c2790762f8/28691157415-250.jpg",
    "song": "Winning",
    "track_id": null,
    "recording_id": "968c5d4c-8563-48f9-a22c-461a1b6846dd",
    "artist": "Nona Hendryx",
    "artist_ids": [
        "af78c8ec-0d33-4082-98f5-23281b65b109"
    ],
    "album": "Nona Hendryx",
    "release_id": null,
    "release_group_id": "578c9727-9c74-4db8-92ea-f1dc2cb3cf5e",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nona Hendryx was a former member and the primary songwriter of Labelle. \"Winning\" is from her 1977 solo debut album and was later covered by Santana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}