Information about plays

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

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

{
    "id": 3412437,
    "uri": "https://api.kexp.org/v2/plays/3412437/?format=api",
    "airdate": "2024-10-14T07:16:55-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nana cósmica",
    "track_id": null,
    "recording_id": "8eb90e7b-762e-4690-bf98-17e92275544c",
    "artist": "Coro Acardenchado",
    "artist_ids": [
        "3d50c72d-36f1-40f9-aef9-dd798c0dae48"
    ],
    "album": "Arrullos mexicanos (Mexican Lullabies)",
    "release_id": null,
    "release_group_id": "3e599364-3eb4-4800-88df-3ee7e45ddcbc",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coro Acardenchado was born in 2016 as an homage to the cardenche song, an Indigenous a capella chant from Northern Mexico usually sung by three voices\n\nhttps://www.coroacardenchado.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}