Information about plays

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

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

{
    "id": 3583130,
    "uri": "https://api.kexp.org/v2/plays/3583130/?format=api",
    "airdate": "2025-11-26T06:47:16-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Potato",
    "track_id": "d663af43-d437-41ba-91e5-9bfb88280c78",
    "recording_id": "4c783b90-a9fe-4685-8d6b-ec014c0105fe",
    "artist": "The 5.6.7.8’s",
    "artist_ids": [
        "c7caf86a-cf4d-41d3-b68a-eaeab80da4b8"
    ],
    "album": "Hodge Podge And Barrage From Japan Vol 2",
    "release_id": "640216db-0404-4680-a8f3-ea3ec66c3a49",
    "release_group_id": "978cc547-22bc-4050-8aa6-c6dd1a1c0efe",
    "labels": [
        "1 + 2 Records"
    ],
    "label_ids": [
        "8135890c-8d28-4204-be23-c625b924a068"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 5.6.7.8's are a Japanese rock band from Tokyo, formed by sisters Sachiko and Yoshiko \"Ronnie\" Fujiyama. \n\nCheck out this video of them playing \"One Potato\" live in Shanghai: \n\nhttps://www.youtube.com/watch?v=qVOREJS5tzE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}