Information about plays

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

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

{
    "id": 3591272,
    "uri": "https://api.kexp.org/v2/plays/3591272/?format=api",
    "airdate": "2025-12-15T04:07:45-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?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": [
        "Platoon"
    ],
    "label_ids": [
        "256fb514-721c-4f3e-a44b-1960529c9dad"
    ],
    "release_date": "2022-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nahuatl\t\n\nAlthough this recording is titled Nana Cósmica, the song is a rendition of a traditional Nahuatl lullaby titled Macochi Pitentzin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}