Information about plays

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

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

{
    "id": 3640037,
    "uri": "https://api.kexp.org/v2/plays/3640037/?format=api",
    "airdate": "2026-04-09T21:10:28-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "https://coverartarchive.org/release/250ff191-1ed9-485b-88e9-56bd2ef2f6ad/43398173205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/250ff191-1ed9-485b-88e9-56bd2ef2f6ad/43398173205-250.jpg",
    "song": "some kinds of love",
    "track_id": null,
    "recording_id": "887b5cf8-53c6-4dd7-b816-8be6bd41cb18",
    "artist": "Date of Birth",
    "artist_ids": [
        "8c1cdf33-c6e0-48c0-9e08-bbc20ec3c1b3"
    ],
    "album": "Sushi 4004: The Return of Spectacular Japanese Clubpop",
    "release_id": null,
    "release_group_id": "9a4f45a8-67a1-34c1-95ec-22b4a7e53e7e",
    "labels": [
        "Bungalow"
    ],
    "label_ids": [
        "e1cf0e1c-cd0d-413d-85f5-0a373ddc1f78"
    ],
    "release_date": "1998-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Date of Birth was a Japanese pop rock/indietronica band formed in Fukuoka in 1985, consisting of Norico and brothers Isao Shigeto, Susumu Shigeto, and Kenichi \"Ken-1\" Shigeto.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}