Information about plays

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

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

{
    "id": 3641322,
    "uri": "https://api.kexp.org/v2/plays/3641322/?format=api",
    "airdate": "2026-04-12T20:44:34-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bite the Apple",
    "track_id": null,
    "recording_id": "75e4197d-1af6-473f-a376-96e27fa32dbf",
    "artist": "Rainbow Team",
    "artist_ids": [
        "6d100dee-7779-4a41-ab22-679db47e4447"
    ],
    "album": "A Song for You",
    "release_id": null,
    "release_group_id": "fff2b2c8-1ccb-4883-a684-d573c5a3aaac",
    "labels": [
        "Full Time Records"
    ],
    "label_ids": [
        "23339116-a8b0-4c3b-9e91-0da8c6e0e4cf"
    ],
    "release_date": "1982-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Italo-disco/funk band Rainbow Team released \"Bite the Apple\" on A Song for You in 1982.\n\nRainbow Team is formed by Luciana Cirrillo and Michele Violante.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}