Information about plays

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

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

{
    "id": 3638713,
    "uri": "https://api.kexp.org/v2/plays/3638713/?format=api",
    "airdate": "2026-04-06T17:51:14-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://coverartarchive.org/release/d29b13b2-e52a-4724-bcda-89c06b087694/9617048056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d29b13b2-e52a-4724-bcda-89c06b087694/9617048056-250.jpg",
    "song": "Lean on Me",
    "track_id": null,
    "recording_id": "b73b517a-a79a-41d5-a03f-2a26bd897864",
    "artist": "Club Nouveau",
    "artist_ids": [
        "2146b803-52f4-4fc4-941a-528b9096dc77"
    ],
    "album": "Life, Love & Pain",
    "release_id": null,
    "release_group_id": "b028cd1f-0b2c-3422-8b0d-ae5e6c298155",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Club Nouveau is an American R&B group formed by record producer/performer Jay King in 1986 in Sacramento, California, following the breakup of the Timex Social Club.\n\ncover of Bill Withers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}