Information about plays

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

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

{
    "id": 3550137,
    "uri": "https://api.kexp.org/v2/plays/3550137/?format=api",
    "airdate": "2025-09-07T17:56:05-07:00",
    "show": 64501,
    "show_uri": "https://api.kexp.org/v2/shows/64501/?format=api",
    "image_uri": "https://ia800708.us.archive.org/26/items/mbid-d930166c-e5b6-420d-8177-e62f351f6859/mbid-d930166c-e5b6-420d-8177-e62f351f6859-5658377319_thumb500.jpg",
    "thumbnail_uri": "https://ia600708.us.archive.org/26/items/mbid-d930166c-e5b6-420d-8177-e62f351f6859/mbid-d930166c-e5b6-420d-8177-e62f351f6859-5658377319_thumb250.jpg",
    "song": "Straight Outta Compton",
    "track_id": "5d9a13e1-d52b-405f-b2ff-dcfe5bd2a035",
    "recording_id": "179e7031-0c6c-498b-beb1-c9b27be9fb0c",
    "artist": "N.W.A",
    "artist_ids": [
        "3a54bffa-2314-44a2-927b-60144119c780"
    ],
    "album": "Straight Outta Compton",
    "release_id": "c9f286ba-092d-4191-a11c-da849edf6876",
    "release_group_id": "fed1608d-80b7-38d2-aeb8-c6357f0d4c23",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eazy-E was born on this day in 1964.\n\nFrom the band's debut album, this track was heavily censored and/or banned due to the lyrics, citing that it used a lot of profanity and promoted violence. The group even received a letter from the FBI.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}