Information about plays

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

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

{
    "id": 3552780,
    "uri": "https://api.kexp.org/v2/plays/3552780/?format=api",
    "airdate": "2025-09-14T01:41:25-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somatic Collapse",
    "track_id": null,
    "recording_id": null,
    "artist": "Impulse Noise",
    "artist_ids": [
        "89c8141a-2948-4827-93fb-20e495dfcc5f"
    ],
    "album": "...Such is Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}