Information about plays

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

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

{
    "id": 3519736,
    "uri": "https://api.kexp.org/v2/plays/3519736/?format=api",
    "airdate": "2025-06-28T00:51:50-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where You Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Ché Noir",
    "artist_ids": [
        "2f9a8cce-f14c-425c-87df-7c35ffbd8c88"
    ],
    "album": "The Color Chocolate 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Follow-up album to The Color Chocolate Vol. 1 from Buffalo emcee Che Noir.\n\nhttps://chenoir.bandcamp.com/album/the-color-chocolate-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}