Information about plays

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

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

{
    "id": 3624767,
    "uri": "https://api.kexp.org/v2/plays/3624767/?format=api",
    "airdate": "2026-03-03T10:18:28-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Still My Heart",
    "track_id": "1a103666-57ba-3d36-a2c2-cfb5b66761e9",
    "recording_id": "72b68cfb-9f86-4ada-8e93-b52b4d10a194",
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "89b84d6b-2067-4179-8478-ea3e24ddcb9f",
    "release_group_id": "ee51d41d-d337-3ce1-b72c-3f40e1973e2b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Those lovely background vocals on this Ben Gibbard composition are from Jenny Lewis. \n--\nHere's a live performance of \"Be Still My Heart\": https://www.youtube.com/watch?v=HPr0vlCa6sQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}