Information about plays

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

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

{
    "id": 3415236,
    "uri": "https://api.kexp.org/v2/plays/3415236/?format=api",
    "airdate": "2024-10-20T18:57:11-07:00",
    "show": 61629,
    "show_uri": "https://api.kexp.org/v2/shows/61629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Donde Esta",
    "track_id": null,
    "recording_id": null,
    "artist": "Katunga",
    "artist_ids": [
        "a756fbdb-8c0a-4b15-bd8b-a900653e49f7"
    ],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Katunga is an Argentine beat, ska, cumbia and Caribbean rhythms group formed in 1970.\nIt is comprised of Alberto Chamorro on drums, Rubén Alonzo on bass, Diego Chamorro as director, vocalist and guitarist of the group, Norberto Casaglis on keyboard and Efrén Rodríguez, percussionist of Cuban nationality. Juancito Korenblit was the legendary bassist of the band, and charismatic singer during the golden years of the group.\n\nThe group released \"Donde Esta\" in 1971 on the RCA label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}