Information about plays

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

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

{
    "id": 3592284,
    "uri": "https://api.kexp.org/v2/plays/3592284/?format=api",
    "airdate": "2025-12-17T13:22:08-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "https://ia800806.us.archive.org/11/items/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6-4774497813_thumb500.jpg",
    "thumbnail_uri": "https://ia800806.us.archive.org/11/items/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6/mbid-b49747d3-59e9-3d8f-826c-8e3838884db6-4774497813_thumb250.jpg",
    "song": "Hey Young World",
    "track_id": "ec8fc69b-a3df-3351-a121-17e74768c0fc",
    "recording_id": "13c08a76-d8e4-4c08-8271-05a4042c4cdb",
    "artist": "Slick Rick",
    "artist_ids": [
        "486af4f0-a79b-468f-be73-527cd4caf6ea"
    ],
    "album": "The Great Adventures of Slick Rick",
    "release_id": "b49747d3-59e9-3d8f-826c-8e3838884db6",
    "release_group_id": "5e1625ea-ae7a-3e8d-b77f-54f83be2c2e1",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1995-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Richard Martin Lloyd Walters, better known as Slick Rick, is a British-American rapper and record producer.\n--\nMore than three decades after the release of his debut album, Slick Rick talks about the great adventure of making music: https://www.udiscovermusic.com/stories/slick-rick-interview-great-adventures/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}