Information about plays

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

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

{
    "id": 3620093,
    "uri": "https://api.kexp.org/v2/plays/3620093/?format=api",
    "airdate": "2026-02-20T22:52:46-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nickel Bags",
    "track_id": null,
    "recording_id": "9da17689-b557-464c-85ff-1a62006753ad",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Digable Planets shot a video to this song,\n\"Nickel Bags\" : https://www.youtube.com/watch?v=akUp58m_w5s\n--\nAnd, yes, they sampled Curtis Mayfield's \"Give Me Your Love (Love Song).\"\n\nLove to my brother Ish!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}