Information about plays

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

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

{
    "id": 3596567,
    "uri": "https://api.kexp.org/v2/plays/3596567/?format=api",
    "airdate": "2025-12-27T03:34:02-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "dodger blue [J.PERIOD x Computer Love Remix]",
    "track_id": "22f8f5f7-8d39-4499-a5eb-a2a82a187f5a",
    "recording_id": "932c9b48-0fd7-4a1c-aa43-0bfce607f97c",
    "artist": "Kendrick Lamar feat. André 3000",
    "artist_ids": [
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b",
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "J.PERIOD Presents... REINCARNATED",
    "release_id": "56b0cb7d-4a16-4894-accf-ab334b139013",
    "release_group_id": "8247f5ae-12be-4742-9e11-7ab30e807414",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a remix of Kendrick Lamar's \"dodger blue\" and and Zapp & Roger's classic 'Computer Love..\" \n--\nJ.PERIOD's resume includes collaborations with Nas, The Roots, Q-Tip, Common, Mary J. Blige, John Legend and Lin-Manuel Miranda.\n\nhttps://jperiod.bandcamp.com/track/dodger-blue-j-period-x-computer-love-remix-feat-andre-3000",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}