Information about plays

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

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

{
    "id": 3548364,
    "uri": "https://api.kexp.org/v2/plays/3548364/?format=api",
    "airdate": "2025-09-03T09:38:15-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You'll Never Walk Alone",
    "track_id": null,
    "recording_id": null,
    "artist": "Passenger String Quartet featuring Andrew Joslyn",
    "artist_ids": [],
    "album": "(Live) Death and Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2023-11-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "PSQ is founded by the award winning violinist\nand composer Andrew Joslyn, who has\nworked with such artists and ensembles such\nas the Seattle Symphony, Jackson Symphony,\nMichael Bolton, Kesha, Duff McKagan, and\nmany others.  \n\nhttps://passengerstringquartet.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}