Information about plays

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

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

{
    "id": 3639538,
    "uri": "https://api.kexp.org/v2/plays/3639538/?format=api",
    "airdate": "2026-04-08T17:01:45-07:00",
    "show": 66401,
    "show_uri": "https://api.kexp.org/v2/shows/66401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Afternoon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "Emmerdale",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To Chris in Portland!\n\nThe Cardigans is a Swedish rock band formed in Jönköping, Sweden, in 1992 by Peter Svensson, Magnus Sveningsson, Bengt Lagerberg, Lars-Olof Johansson and Nina Persson.\nhttps://lnk.to/TheCardigans",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}