Information about plays

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

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

{
    "id": 3577967,
    "uri": "https://api.kexp.org/v2/plays/3577967/?format=api",
    "airdate": "2025-11-14T07:11:05-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "https://coverartarchive.org/release/92915e3d-32ee-3e26-8503-cc05b8db296b/881599107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92915e3d-32ee-3e26-8503-cc05b8db296b/881599107-250.jpg",
    "song": "Love Shack",
    "track_id": null,
    "recording_id": "5ff339b8-06a9-4344-9190-ddd46a7606df",
    "artist": "The B‐52’s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Cosmic Thing",
    "release_id": null,
    "release_group_id": "1b36a363-eec6-35ba-b0ed-34a1f2f2cd82",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everybody's movin'....around and around.\"\nWatch The B-52's (an incredible live band) perform this one in 1989: https://www.youtube.com/watch?v=diOFiZi0T7c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}