Information about plays

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

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

{
    "id": 3578018,
    "uri": "https://api.kexp.org/v2/plays/3578018/?format=api",
    "airdate": "2025-11-14T09:37:38-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://ia600801.us.archive.org/25/items/mbid-333353d9-b8f3-4101-91ff-ee1a3ed85505/mbid-333353d9-b8f3-4101-91ff-ee1a3ed85505-42080050029_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-333353d9-b8f3-4101-91ff-ee1a3ed85505/mbid-333353d9-b8f3-4101-91ff-ee1a3ed85505-42080050029_thumb250.jpg",
    "song": "I Am a Rock",
    "track_id": "f1db2ff3-9929-37a4-a576-ba5eab7d96af",
    "recording_id": "12f1c4b9-2bd9-4e9a-9ebf-0d5a899dd27c",
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Postpunk Chronicles: Left of the Dial",
    "release_id": "333353d9-b8f3-4101-91ff-ee1a3ed85505",
    "release_group_id": "941acccd-a731-3f31-ab33-e69c6ad88687",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the Australian band's cover of Simon & Garfunkel's \"I Am a Rock,\" from their 1966 album, \"Sounds of Silence.\" \n--\nWatch the Church, live in the KEXP studio last year: https://www.youtube.com/watch?v=HXBasxt6FYo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}