Information about plays

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

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

{
    "id": 3610240,
    "uri": "https://api.kexp.org/v2/plays/3610240/?format=api",
    "airdate": "2026-01-28T15:02:39-08:00",
    "show": 65778,
    "show_uri": "https://api.kexp.org/v2/shows/65778/?format=api",
    "image_uri": "https://ia803208.us.archive.org/11/items/mbid-30048e7b-af13-4421-9616-02e81bed2612/mbid-30048e7b-af13-4421-9616-02e81bed2612-15273149363_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/11/items/mbid-30048e7b-af13-4421-9616-02e81bed2612/mbid-30048e7b-af13-4421-9616-02e81bed2612-15273149363_thumb250.jpg",
    "song": "Love's Gonna Get 'cha (Material Love) (7\" radio edit)",
    "track_id": "2f06f8ab-89f2-4cda-97d8-e52a1d94551f",
    "recording_id": "ad8db69b-ab5f-46cf-81bf-01c77aff90e2",
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part I",
    "release_id": "30048e7b-af13-4421-9616-02e81bed2612",
    "release_group_id": "57764a3b-bf41-4e99-80e0-82d6b02bd061",
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Coming from and named after the “Boogie Down” Bronx, BDP originally consisted of rapper KRS-One (the “Blastmaster”), DJ Scott La Rock, and the “human TR-808”, beat-boxer D-Nice.\n--\nHere's the official video for this song: https://www.youtube.com/watch?v=4NACMjwR5DE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}