Information about plays

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

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

{
    "id": 3597319,
    "uri": "https://api.kexp.org/v2/plays/3597319/?format=api",
    "airdate": "2025-12-28T20:10:12-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of My Hands (Love's Taken Over)",
    "track_id": null,
    "recording_id": "b023a3e6-190c-4367-aca2-ee7d57e16cc2",
    "artist": "Omni",
    "artist_ids": [
        "65da3cf8-9b87-44df-8412-1d9df5153193"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fountain Records"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Omni released \"Out of My Hands (Love's Taken Over)\" with Connee Draper in 1982 on Fountain Records.\n\nOmni is: Yendor N. Yessam aka Rodney Massey, Larry Williams & Lawrence Hanks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}