Information about plays

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

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

{
    "id": 3610508,
    "uri": "https://api.kexp.org/v2/plays/3610508/?format=api",
    "airdate": "2026-01-29T06:39:16-08:00",
    "show": 65783,
    "show_uri": "https://api.kexp.org/v2/shows/65783/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-b78fc5a2-d3ba-4d86-9c22-08999ff1df34/mbid-b78fc5a2-d3ba-4d86-9c22-08999ff1df34-18333551452_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-b78fc5a2-d3ba-4d86-9c22-08999ff1df34/mbid-b78fc5a2-d3ba-4d86-9c22-08999ff1df34-18333551452_thumb250.jpg",
    "song": "Cosas imposibles",
    "track_id": "444747c9-ec97-3221-8e89-ac239dc4f864",
    "recording_id": "6ec4a54d-6855-4027-a61e-0a3d3f26e872",
    "artist": "Gustavo Cerati",
    "artist_ids": [
        "979d01bc-a4da-4c80-8cc1-be40bd35cd5e"
    ],
    "album": "Siempre es hoy",
    "release_id": "b78fc5a2-d3ba-4d86-9c22-08999ff1df34",
    "release_group_id": "d842d6c8-f645-38b4-835e-24cc2f10911d",
    "labels": [
        "Ariola",
        "BMG Argentina"
    ],
    "label_ids": [
        "b6d68d43-4939-4d76-b0d7-ef855d9f3e6e",
        "607e9a43-d0c0-4174-8335-d2dfb9ab9914"
    ],
    "release_date": "2002-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gustavo Cerati was a musician, singer-songwriter, composer and Argentine record producer. He obtained international recognition for being the lead singer, guitarist and composer of the rock band Soda Stereo. He is considered one of the most important, popular and influential musicians of Latin American rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}