Information about plays

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

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

{
    "id": 3577321,
    "uri": "https://api.kexp.org/v2/plays/3577321/?format=api",
    "airdate": "2025-11-12T16:54:28-08:00",
    "show": 65092,
    "show_uri": "https://api.kexp.org/v2/shows/65092/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-2d457fc2-6d3e-4138-8a3d-b5ebfbec8d61/mbid-2d457fc2-6d3e-4138-8a3d-b5ebfbec8d61-18782104065_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-2d457fc2-6d3e-4138-8a3d-b5ebfbec8d61/mbid-2d457fc2-6d3e-4138-8a3d-b5ebfbec8d61-18782104065_thumb250.jpg",
    "song": "Silver Velvet",
    "track_id": "c0ea2a5e-a57a-4964-a9d2-31c62b857a93",
    "recording_id": "1f4ffd9a-57d9-465f-a21d-5b935e92b4d2",
    "artist": "The Courtneys",
    "artist_ids": [
        "6d8eb24b-166c-4c26-bd14-92814e395901"
    ],
    "album": "The Courtneys II",
    "release_id": "2d457fc2-6d3e-4138-8a3d-b5ebfbec8d61",
    "release_group_id": "5267ad06-4020-47a9-a4de-7448391bc50f",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "2017-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Courtneys formed in 2010 and hail from Vancouver, BC!\nWatch The Courtneys Live on KEXP: https://www.youtube.com/watch?v=BM92HxiIsss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}