Information about plays

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

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

{
    "id": 3583732,
    "uri": "https://api.kexp.org/v2/plays/3583732/?format=api",
    "airdate": "2025-11-27T16:58:48-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Everybody",
    "track_id": null,
    "recording_id": "6de0125a-c755-47dc-8adf-944e235a444b",
    "artist": "Black Box",
    "artist_ids": [
        "d73596bb-a8f8-4aae-a323-d881f5245149"
    ],
    "album": "Dreamland",
    "release_id": null,
    "release_group_id": "44d5178a-99d6-318e-9bbe-9a13985fc259",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1990-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track features uncredited vocals by Martha Wash - in the music video, a model lip-synced to Martha's vocals. Martha Wash sued and won - just as with her vocals stolen by C+C Music Factory the same year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}