Information about plays

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

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

{
    "id": 3421421,
    "uri": "https://api.kexp.org/v2/plays/3421421/?format=api",
    "airdate": "2024-11-04T20:12:26-08:00",
    "show": 61765,
    "show_uri": "https://api.kexp.org/v2/shows/61765/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Santa Lucía",
    "track_id": null,
    "recording_id": null,
    "artist": "Jesus \"Aguaje\" Ramos and His Buena Vista Orchestra",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2024-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "A legendary figure in Cuban music, a maestro who has been instrumental in bringing Afro-Cuban music to the world stage.\n\nJesus \"Aguaje\" Ramos Buena Vista Orchestra recorded his Live on KEXP session and it's available NOW on our youtube channel!\n\nhttps://www.youtube.com/watch?v=L13VWVQc4eA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}