Information about plays

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

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

{
    "id": 3579716,
    "uri": "https://api.kexp.org/v2/plays/3579716/?format=api",
    "airdate": "2025-11-18T05:45:37-08:00",
    "show": 65143,
    "show_uri": "https://api.kexp.org/v2/shows/65143/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-3ca3ac90-d142-457d-9062-257bf24a1fd7/mbid-3ca3ac90-d142-457d-9062-257bf24a1fd7-29263761548_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-3ca3ac90-d142-457d-9062-257bf24a1fd7/mbid-3ca3ac90-d142-457d-9062-257bf24a1fd7-29263761548_thumb250.jpg",
    "song": "Cadillac",
    "track_id": "eaae5b34-0a43-3488-9980-de934eea2dad",
    "recording_id": "3affef9b-c328-4afe-be65-904f385c25a2",
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "BBC Sessions 1964 → 1977",
    "release_id": "3ca3ac90-d142-457d-9062-257bf24a1fd7",
    "release_group_id": "b0b5586c-65e1-3d31-856e-f565f4a790f5",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "2001-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British rock band, The Kinks covered Cadillac, a song originally written by Bo Diddley (Ellas McDaniel). It's an upbeat and humorous track about a man who is dissatisfied with a faulty car and wants to return it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}