Information about plays

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

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

{
    "id": 3580743,
    "uri": "https://api.kexp.org/v2/plays/3580743/?format=api",
    "airdate": "2025-11-20T18:54:36-08:00",
    "show": 65163,
    "show_uri": "https://api.kexp.org/v2/shows/65163/?format=api",
    "image_uri": "https://ia801306.us.archive.org/24/items/mbid-ac280ef0-5efd-4e03-b290-3a2ed1d4bc01/mbid-ac280ef0-5efd-4e03-b290-3a2ed1d4bc01-13251568508_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/24/items/mbid-ac280ef0-5efd-4e03-b290-3a2ed1d4bc01/mbid-ac280ef0-5efd-4e03-b290-3a2ed1d4bc01-13251568508_thumb250.jpg",
    "song": "Lump Street",
    "track_id": "c464786a-ab9b-44aa-8457-8b7cdc88c1fd",
    "recording_id": "0928324b-6fb7-44ad-9b55-b6572f758dd4",
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Painting of a Panic Attack",
    "release_id": "ac280ef0-5efd-4e03-b290-3a2ed1d4bc01",
    "release_group_id": "fee35da5-6afa-4ef8-82d4-a71e3c4dc594",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., beloved Scott Hutchison, who died in 2018: https://www.theguardian.com/music/2018/may/13/scott-hutchison-obituary\n--\nWatch Hutchison lead Frightened Rabbit in a wonderful 2016 in-studio session, hosted by Cheryl Waters: https://www.youtube.com/watch?v=n1rVe4X_FQY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}