Information about plays

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

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

{
    "id": 3421424,
    "uri": "https://api.kexp.org/v2/plays/3421424/?format=api",
    "airdate": "2024-11-04T20:31:40-08:00",
    "show": 61765,
    "show_uri": "https://api.kexp.org/v2/shows/61765/?format=api",
    "image_uri": "https://coverartarchive.org/release/26097192-8123-4346-9d02-cf3e36b1fcdf/15785178548-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26097192-8123-4346-9d02-cf3e36b1fcdf/15785178548-250.jpg",
    "song": "Jodida pero contenta",
    "track_id": null,
    "recording_id": "7a37dfb7-e730-47ab-9378-adbd769dc63e",
    "artist": "Concha Buika",
    "artist_ids": [
        "349076a6-d2e3-4f84-a879-d3f01374a5bf"
    ],
    "album": "En mi piel",
    "release_id": null,
    "release_group_id": "12846e7a-d301-402f-9bc7-38c1ccb82e4f",
    "labels": [
        "Warner Music Spain"
    ],
    "label_ids": [
        "8f7588ae-e098-4e20-8d53-4e70d51e608d"
    ],
    "release_date": "2011-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This is also Spain! \nBuika es una cantante de Palma de Mallorca, España. La canción \"\"Jodida Pero Contenta\"\" forma parte de su álbum Niña de Fuego, lanzado en 2008. Su música mezcla flamenco, jazz y soul, con un estilo muy personal que refleja su herencia multicultural.\n*\nBuika is a singer from Palma de Mallorca, Spain. The song \"\"Jodida Pero Contenta\"\" is part of her album Niña de Fuego, released in 2008. Her music blends flamenco, jazz, and soul, showcasing her multicultural heritage and unique style.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}