Information about plays

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

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

{
    "id": 3570280,
    "uri": "https://api.kexp.org/v2/plays/3570280/?format=api",
    "airdate": "2025-10-26T15:28:05-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://ia800608.us.archive.org/8/items/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0-21334531446_thumb500.jpg",
    "thumbnail_uri": "https://ia800608.us.archive.org/8/items/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0/mbid-07252b93-f980-4426-a6fe-a6d06093e1b0-21334531446_thumb250.jpg",
    "song": "Missing U",
    "track_id": "4a7b7c59-fd7a-4612-82e0-21f382ca214e",
    "recording_id": "e775f7a3-958f-4faf-b199-8029eaae0a7d",
    "artist": "Robyn",
    "artist_ids": [
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Honey",
    "release_id": "07252b93-f980-4426-a6fe-a6d06093e1b0",
    "release_group_id": "6f46d5e4-1e46-4480-b120-d04b37145f7f",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robyn's 8th album \"Honey\" was released on this day in 2018. It features collaborations with Joseph Mount of Metronomy, Klas Åhlund, Adam Bainbridge, Mr. Tophat, and Zhala. It has been called a \"significant departure from the hooky, sparkling electro-pop\" of the \"Body Talk\" series of albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}