Information about plays

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

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

{
    "id": 3567662,
    "uri": "https://api.kexp.org/v2/plays/3567662/?format=api",
    "airdate": "2025-10-20T15:27:26-07:00",
    "show": 64888,
    "show_uri": "https://api.kexp.org/v2/shows/64888/?format=api",
    "image_uri": "https://ia800309.us.archive.org/5/items/mbid-d7e6fa74-f724-4ef7-ba68-aa058fae5747/mbid-d7e6fa74-f724-4ef7-ba68-aa058fae5747-21523674454_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/5/items/mbid-d7e6fa74-f724-4ef7-ba68-aa058fae5747/mbid-d7e6fa74-f724-4ef7-ba68-aa058fae5747-21523674454_thumb250.jpg",
    "song": "Made You Look",
    "track_id": "e66340f1-f9d5-49e9-a257-c71d2a20c4ef",
    "recording_id": "dca34e93-8a3a-42a6-845e-e9e27cb40e73",
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "God’s Son",
    "release_id": "d7e6fa74-f724-4ef7-ba68-aa058fae5747",
    "release_group_id": "ee377b52-d425-383e-9cf3-c3a958a190cf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music video for \"Made You Look\" was shot on the streets of Queens, Brooklyn, the Bronx, and Harlem as a symbolic return to his roots and a statement to rivals. Watch it here:\nhttps://www.youtube.com/watch?v=DhPtRA7zieE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}