Information about plays

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

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

{
    "id": 3603169,
    "uri": "https://api.kexp.org/v2/plays/3603169/?format=api",
    "airdate": "2026-01-11T18:21:21-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stayin’ Alive",
    "track_id": null,
    "recording_id": "74641172-f578-48ec-95bd-851a25d70840",
    "artist": "Jonathan and Darlene Edwards",
    "artist_ids": [
        "df62e057-9739-4b1a-81bb-02224d289695"
    ],
    "album": "Jonathan and Darlene's Greatest Hits",
    "release_id": null,
    "release_group_id": "0835bfe9-3f2e-425d-9e6b-0411f62a64d7",
    "labels": [
        "Corinthian Records"
    ],
    "label_ids": [
        "e1bbb3df-26b9-43fd-8214-8c2abdb5f0ec"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jonathan and Darlene Edwards offered their quirky rendition of The BeeGee's hit \"Stayin' Alive\" in 1987 on the album Jonathan and Darlene's Greatest Hits.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}