Information about plays

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

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

{
    "id": 3621695,
    "uri": "https://api.kexp.org/v2/plays/3621695/?format=api",
    "airdate": "2026-02-24T11:39:50-08:00",
    "show": 66019,
    "show_uri": "https://api.kexp.org/v2/shows/66019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goodbye Rock n Roll",
    "track_id": "bce67b1a-56c5-48ab-b81a-bd57375ae7c1",
    "recording_id": "cff65fcd-cba8-4142-bc24-54b6f3925767",
    "artist": "The Telephone Numbers",
    "artist_ids": [
        "09734841-0a74-4da1-8b74-a3224f97446d"
    ],
    "album": "Scarecrow II",
    "release_id": "e7d0792c-b0ec-47b6-a39c-3ac9e6fb6b0d",
    "release_group_id": "0a0ab0ff-2799-408d-89a2-6e073bb531fc",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This SF band will be playing The Sunset Tavern in Seattle on Thursday, April 16th.\n--\nThe Telephone Numbers are:\nCharlie Ertola - Bass\nPhil Lantz - Drums and percussion\nThomas Rubenstein - Vocals, guitar, mandolin, harmonica\nMorgan Stanley - Vocals, guitar and percussion\n--\nThis is the first song on their second album, \"Scarecrow II,\" out last October.: https://thetelephonenumbers.bandcamp.com/album/scarecrow-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}