Information about plays

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

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

{
    "id": 3611085,
    "uri": "https://api.kexp.org/v2/plays/3611085/?format=api",
    "airdate": "2026-01-30T15:13:39-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a3ce301-d386-4842-a79b-1dc754beb5c8/28177967523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a3ce301-d386-4842-a79b-1dc754beb5c8/28177967523-250.jpg",
    "song": "The Bigger Picture",
    "track_id": null,
    "recording_id": "db4e016b-9411-4296-948f-8b619ea20281",
    "artist": "Lil Baby",
    "artist_ids": [
        "d42a5768-ada1-4fb6-85fd-f61aba6264e0"
    ],
    "album": "My Turn",
    "release_id": null,
    "release_group_id": "77586fd3-4316-4a16-af35-51336d51df5d",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2020-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}