Information about plays

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

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

{
    "id": 3556199,
    "uri": "https://api.kexp.org/v2/plays/3556199/?format=api",
    "airdate": "2025-09-22T05:25:12-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://ia800208.us.archive.org/13/items/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e-2536834549_thumb500.jpg",
    "thumbnail_uri": "https://dn721204.ca.archive.org/0/items/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e/mbid-e0e11ef6-fb7a-4959-bc07-2faf34fc746e-2536834549_thumb250.jpg",
    "song": "Crimson and Clover",
    "track_id": "7477c67e-49c1-3492-8ae0-772f04e1c62f",
    "recording_id": "fd768ead-2493-4b44-b0ee-cd5fe0097d29",
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "I Love Rock 'n' Roll",
    "release_id": "e0e11ef6-fb7a-4959-bc07-2faf34fc746e",
    "release_group_id": "5ed75d75-b112-38b9-992b-42f3488d62fb",
    "labels": [
        "Boardwalk Records"
    ],
    "label_ids": [
        "2d857a34-e3dd-4e35-b7d2-9d40911603ec"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 67th Birthday to Joan Jett, American rock singer, songwriter, composer, musician, record producer and actress. She was born Joan Marie Larkin on this day in 1958.\n\nThis is a cover of the Tommy James & The Shondells 1968 classic which has been covered by many other artists including Cher (as a duet with her son), Prince, and Curtis Harding.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}