Information about plays

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

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

{
    "id": 3576998,
    "uri": "https://api.kexp.org/v2/plays/3576998/?format=api",
    "airdate": "2025-11-11T23:18:54-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://dn710100.ca.archive.org/0/items/mbid-8c42429b-cfeb-448e-a0d0-ee1cb9c59ba2/mbid-8c42429b-cfeb-448e-a0d0-ee1cb9c59ba2-40406492374_thumb500.jpg",
    "thumbnail_uri": "https://dn710100.ca.archive.org/0/items/mbid-8c42429b-cfeb-448e-a0d0-ee1cb9c59ba2/mbid-8c42429b-cfeb-448e-a0d0-ee1cb9c59ba2-40406492374_thumb250.jpg",
    "song": "Into Your Garden",
    "track_id": "b17b011f-df9f-4699-a14f-d9d56386aa27",
    "recording_id": "54ac35c9-4a17-477a-afbc-0ef46fa1b432",
    "artist": "070 Shake ft. JT",
    "artist_ids": [
        "741dbc8e-1cd5-4a66-b2b8-43bbad87ae12",
        "4b0e0fcf-87ac-4e40-bb3e-50edc88eae20"
    ],
    "album": "Petrichor",
    "release_id": "8c42429b-cfeb-448e-a0d0-ee1cb9c59ba2",
    "release_group_id": "e195433b-be3a-43fc-af96-3d80da59d9a1",
    "labels": [
        "G.O.O.D. Music"
    ],
    "label_ids": [
        "e36fde8b-924d-4ed0-9c8b-1fcb70ce42ec"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}