Information about plays

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

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

{
    "id": 3577716,
    "uri": "https://api.kexp.org/v2/plays/3577716/?format=api",
    "airdate": "2025-11-13T15:51:44-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "https://ia904501.us.archive.org/2/items/mbid-2f9c5fac-f189-3204-acf5-9ac7cef7cb7c/mbid-2f9c5fac-f189-3204-acf5-9ac7cef7cb7c-7383749509_thumb500.jpg",
    "thumbnail_uri": "https://ia804501.us.archive.org/2/items/mbid-2f9c5fac-f189-3204-acf5-9ac7cef7cb7c/mbid-2f9c5fac-f189-3204-acf5-9ac7cef7cb7c-7383749509_thumb250.jpg",
    "song": "T.N.T.",
    "track_id": "b500f01d-4ff9-33c2-a469-b48efaffeeef",
    "recording_id": "6f51468d-f161-41cf-8414-cd58b370bdf8",
    "artist": "AC/DC",
    "artist_ids": [
        "66c662b6-6e2f-4930-8610-912e24c63ed1"
    ],
    "album": "High Voltage",
    "release_id": "2f9c5fac-f189-3204-acf5-9ac7cef7cb7c",
    "release_group_id": "ac142f92-82f5-4494-9318-3ab859686c18",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1994-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Maria in Boston: \nMy honorary aunt passed away earlier this year - I grew up spending summers with her family (my honorary cousins). She was so full of fire and life - every time I hear T.N.T. it reminds me of late night dance parties in the living room, and how \"dynamite\" she was!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}