Information about plays

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

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

{
    "id": 3583808,
    "uri": "https://api.kexp.org/v2/plays/3583808/?format=api",
    "airdate": "2025-11-27T21:18:21-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a98731b-b3e4-4130-b9e8-84fc055acc2b/12800420192-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a98731b-b3e4-4130-b9e8-84fc055acc2b/12800420192-250.jpg",
    "song": "Salah Tingkah",
    "track_id": null,
    "recording_id": "5950a3b9-47b0-4886-9a7f-8d1f923056c1",
    "artist": "Aria Yunior",
    "artist_ids": [
        "81117132-3475-418c-8cbf-a8ed0b43c387"
    ],
    "album": "Geregetan",
    "release_id": null,
    "release_group_id": "5baf32d9-0d16-481e-ba01-110bf77a259d",
    "labels": [
        "Musica Studios"
    ],
    "label_ids": [
        "ef1472ce-10c5-4c69-92b4-ad2cc36f64b3"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aria Yunior was known as an all girl band from Indonesia that formed in 70s and reached peak popularity from 70s to 80s. Most of the members were came from the Arifin Family; Ani Arifin (guitarist), Lies Arifin (bassist), Shanty Arifin (keyboards) and Rudy Arifin (drummer).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}