Information about plays

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

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

{
    "id": 3632154,
    "uri": "https://api.kexp.org/v2/plays/3632154/?format=api",
    "airdate": "2026-03-21T22:46:19-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbbb4e94-030e-4b86-a1b5-c16ae01686ac/5598716714-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbbb4e94-030e-4b86-a1b5-c16ae01686ac/5598716714-250.jpg",
    "song": "Doesn’t Make It All Right",
    "track_id": null,
    "recording_id": "4865dd56-e678-4d6b-aaba-ef2dbc06f133",
    "artist": "Stiff Little Fingers",
    "artist_ids": [
        "022865bc-84c9-4002-b6c1-d5fc6e12b7d8"
    ],
    "album": "Nobody’s Heroes",
    "release_id": null,
    "release_group_id": "b71bbeea-6cfe-3cdf-84e4-eb4c14c3967a",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1980-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Specials to Stiff Little Fingers, who cover “Doesn’t Make It All Right.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}