Information about plays

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

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

{
    "id": 3603508,
    "uri": "https://api.kexp.org/v2/plays/3603508/?format=api",
    "airdate": "2026-01-12T16:11:43-08:00",
    "show": 65634,
    "show_uri": "https://api.kexp.org/v2/shows/65634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can Make It if you Try (Honest Lee Re-Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Honest Lee Re-Edits PART 4",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Growroom Productions"
    ],
    "label_ids": [],
    "release_date": "2025-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://growroom.bandcamp.com/album/honest-lee-re-edits-part-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}