Information about plays

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

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

{
    "id": 3500957,
    "uri": "https://api.kexp.org/v2/plays/3500957/?format=api",
    "airdate": "2025-05-13T19:26:09-07:00",
    "show": 63453,
    "show_uri": "https://api.kexp.org/v2/shows/63453/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c229882-7ed6-4e98-ad0c-42f09008c26f/35349145069-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c229882-7ed6-4e98-ad0c-42f09008c26f/35349145069-250.jpg",
    "song": "deep in it",
    "track_id": null,
    "recording_id": "d112130a-9d70-402b-b640-993cda86dda0",
    "artist": "berlioz & Ted Jasper",
    "artist_ids": [
        "b22257b5-d192-4f39-8bff-30b4a234bdb3",
        "f988b8b5-3f05-4ee3-a3b5-3f4d868f5d05"
    ],
    "album": "deep in it",
    "release_id": null,
    "release_group_id": "08739123-dcb8-41db-8333-bf9e28244345",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "berlioz will be live at The Showbox at the Market this Thursday!\n---\nTickets here: https://tinyurl.com/4bcpuxbp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}