Information about plays

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

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

{
    "id": 3579671,
    "uri": "https://api.kexp.org/v2/plays/3579671/?format=api",
    "airdate": "2025-11-18T03:57:38-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "https://coverartarchive.org/release/61a93f13-72ff-4aea-97e6-9b0954cb36b0/38216215200-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61a93f13-72ff-4aea-97e6-9b0954cb36b0/38216215200-250.jpg",
    "song": "Tonight, Tonight",
    "track_id": null,
    "recording_id": "d07057c1-312b-4a7e-b129-dd7383539f57",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Mellon Collie and the Infinite Sadness",
    "release_id": null,
    "release_group_id": "1af599c9-0b44-3a5a-a06b-39e8db6b2b4e",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the 5 singles released off this, the bands 3rd album.  The album contains 28 tracks.\n\nThis video was in heavy rotation on MTV in 1995 -- Did you know that the guy in it (Tom Kenny) became the voice of Spongebob Squarepants?? Google it if ya don't believe me :)\n\nhttps://www.youtube.com/watch?v=NOG3eus4ZSo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}