Information about plays

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

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

{
    "id": 3589890,
    "uri": "https://api.kexp.org/v2/plays/3589890/?format=api",
    "airdate": "2025-12-11T21:22:02-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5f37b75-06b2-4d1a-8631-36779ce21789/35151089317-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5f37b75-06b2-4d1a-8631-36779ce21789/35151089317-250.jpg",
    "song": "The Girl In Byakkoya",
    "track_id": null,
    "recording_id": null,
    "artist": "平沢進",
    "artist_ids": [
        "31e7b30b-f960-408f-908b-c8e277308eab"
    ],
    "album": "パプリカ オリジナルサウンドトラック",
    "release_id": null,
    "release_group_id": "54c75c86-bf80-3a18-b77a-6dab25d1a558",
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "2006-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the original soundtrack to bthe  2006 film Paprika and was released on November 23, 2006 under the TESLAKITE label. It was composed by Susumu Hirasawa. A bonus movie was included with the CD. The soundtrack is notable for being one of the first film scores to use Vocaloid for vocals.\n\nWatch an explosive dream from Paprika here:\nhttps://youtu.be/MbHuUjPBpwo?si=gbACdEnJqQbk56ax",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}