Information about plays

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

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

{
    "id": 3582811,
    "uri": "https://api.kexp.org/v2/plays/3582811/?format=api",
    "airdate": "2025-11-25T14:04:14-08:00",
    "show": 65208,
    "show_uri": "https://api.kexp.org/v2/shows/65208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Your Life",
    "track_id": null,
    "recording_id": "47560630-4e42-4c33-ac18-a082f7cb9999",
    "artist": "Average White Band",
    "artist_ids": [
        "fb776bca-6139-4ff5-8d5e-5decd029cb96"
    ],
    "album": "Soul Searching",
    "release_id": null,
    "release_group_id": "e9d43a6d-37ab-3082-930e-c2c0375269c6",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1976-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Average White Band \"Love Your Life\" was sampled for A Tribe Called Quest's \"Check the Rhime\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}