Information about plays

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

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

{
    "id": 3551051,
    "uri": "https://api.kexp.org/v2/plays/3551051/?format=api",
    "airdate": "2025-09-09T23:25:58-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://ia800204.us.archive.org/14/items/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb-24545334660_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/14/items/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb/mbid-24f52930-c7b3-4f5f-8d88-a086fc16bfcb-24545334660_thumb250.jpg",
    "song": "Hold On, Hold On",
    "track_id": "20edd1e1-4caf-39cc-a0f8-231f47564575",
    "recording_id": "e6f9b456-c3f6-489d-892a-8eefe8125b07",
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Fox Confessor Brings the Flood",
    "release_id": "24f52930-c7b3-4f5f-8d88-a086fc16bfcb",
    "release_group_id": "7813c6a9-36fd-3541-8099-f877a6c72766",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2006-03-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "PNW artist Neko Case has just released her new memoir, \"The Harder I Fight the More I Love You.\"  She's playing San Francisco at the Masonic Nov. 11 and in Seattle Nov. 14 at the Paramount. https://nekocase.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}