Information about plays

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

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

{
    "id": 3586544,
    "uri": "https://api.kexp.org/v2/plays/3586544/?format=api",
    "airdate": "2025-12-04T03:05:55-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakdown",
    "track_id": null,
    "recording_id": "b5cd3e08-e6ff-4942-80f4-6bff719e957d",
    "artist": "Mariah Carey",
    "artist_ids": [
        "494e8d09-f85b-4543-892f-a5096aed1cd4"
    ],
    "album": "Butterfly",
    "release_id": null,
    "release_group_id": "1ea6ffaa-df4f-31cc-955f-0fc57a9cf864",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're going through it, let Mariah sing your blues away.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}