Information about plays

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

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

{
    "id": 3606388,
    "uri": "https://api.kexp.org/v2/plays/3606388/?format=api",
    "airdate": "2026-01-19T13:19:03-08:00",
    "show": 65700,
    "show_uri": "https://api.kexp.org/v2/shows/65700/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Joy Inside My Tears",
    "track_id": null,
    "recording_id": "93d1902f-33b4-4db6-8c70-73d770683603",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life",
    "release_id": null,
    "release_group_id": "ea88b09b-fd34-33cf-a3e5-25a3a2fb4c6f",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album debuted at number one on the Billboard Pop Albums Chart becoming only the third album to achieve that feat and the first by an American artist at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}