Information about plays

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

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

{
    "id": 3583556,
    "uri": "https://api.kexp.org/v2/plays/3583556/?format=api",
    "airdate": "2025-11-27T06:43:22-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheesecake",
    "track_id": null,
    "recording_id": "a3540173-1291-4335-a6ee-2c98e3e9006f",
    "artist": "Louis Armstrong",
    "artist_ids": [
        "eea8a864-fcda-4602-9569-38ab446decd6"
    ],
    "album": "Louis",
    "release_id": null,
    "release_group_id": "ca78fc6d-5c3c-4fa5-9af7-cf3b6345a57f",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this article about the history of this song and multiple interpretations of Louis Armstrong's \"cheesecake\": \n\nhttps://vocal.media/beat/a-brief-history-of-cheesecake-by-louis-armstrong",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}