Information about plays

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

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

{
    "id": 3519599,
    "uri": "https://api.kexp.org/v2/plays/3519599/?format=api",
    "airdate": "2025-06-27T17:07:17-07:00",
    "show": 63852,
    "show_uri": "https://api.kexp.org/v2/shows/63852/?format=api",
    "image_uri": "https://ia601700.us.archive.org/9/items/mbid-81170b31-2ba2-4784-999f-35ff2e2b240d/mbid-81170b31-2ba2-4784-999f-35ff2e2b240d-13970311728_thumb500.jpg",
    "thumbnail_uri": "https://ia801700.us.archive.org/9/items/mbid-81170b31-2ba2-4784-999f-35ff2e2b240d/mbid-81170b31-2ba2-4784-999f-35ff2e2b240d-13970311728_thumb250.jpg",
    "song": "Get Down Tonight",
    "track_id": "c6bb8dd7-9c26-3397-bf71-6d432cdc7005",
    "recording_id": "477a90e3-194d-4a4e-8406-9366cd9bbda4",
    "artist": "KC and the Sunshine Band",
    "artist_ids": [
        "76a5a114-ed6a-4eb6-8a81-ad5768d4b41c"
    ],
    "album": "KC and The Sunshine Band",
    "release_id": "81170b31-2ba2-4784-999f-35ff2e2b240d",
    "release_group_id": "fbcd5ce0-c2bb-378f-96a0-ea401b09d1ea",
    "labels": [
        "T.K. Records"
    ],
    "label_ids": [
        "b112eabe-193b-4b68-9344-7c15bdc9fe16"
    ],
    "release_date": "1975-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MARCO COLLINS TAKEOVER!\n\nDo a little what? Make a little what?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}