Information about plays

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

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

{
    "id": 3604885,
    "uri": "https://api.kexp.org/v2/plays/3604885/?format=api",
    "airdate": "2026-01-16T01:01:01-08:00",
    "show": 65661,
    "show_uri": "https://api.kexp.org/v2/shows/65661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Love Is the Shhh!!!",
    "track_id": null,
    "recording_id": null,
    "artist": "Somethin’ for the People",
    "artist_ids": [
        "1d556580-e3c6-4f59-83c5-edbc49fc16e9"
    ],
    "album": "My Love Is the Shhh!",
    "release_id": null,
    "release_group_id": "05d7fd1c-6fc4-41a2-bf83-252b99ac6109",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Extending Vitamin D's Midnight Hour for just a few more minutes!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}