Information about plays

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

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

{
    "id": 3636432,
    "uri": "https://api.kexp.org/v2/plays/3636432/?format=api",
    "airdate": "2026-04-01T12:15:06-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Calígula",
    "track_id": null,
    "recording_id": "25e4a323-0896-4745-8daf-7303ff33f43b",
    "artist": "Ságan",
    "artist_ids": [
        "362ca208-de57-42ec-9605-1ce611acd167"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2016-05-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ságan is the Colombian electronic duo formed by María Mónica Gutiérrez and Felipe Ortega.\n\nWatch the full KEXP in-studio session from 2016 here: https://www.youtube.com/watch?v=w_7o0GvfZWQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}