Information about plays

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

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

{
    "id": 3598470,
    "uri": "https://api.kexp.org/v2/plays/3598470/?format=api",
    "airdate": "2025-12-31T14:09:04-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DtMF",
    "track_id": "d0ebcf30-4ce2-4906-a9d8-6af8de25dc4c",
    "recording_id": "5098d5cd-7f48-4cd7-8928-43e4f84cae0f",
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "album": "DeBÍ TiRAR MáS FOToS",
    "release_id": "c9e6b642-a6d9-4b22-8ec1-16c47b6143fc",
    "release_group_id": "b3073a10-2d7c-484c-b387-e49ae629da3d",
    "labels": [
        "Rimas"
    ],
    "label_ids": [
        "8a32886d-9da4-4b37-8c06-02eafb78fee5"
    ],
    "release_date": "2025-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Ysa in Seattle!\n--\nYou can see Benito Antonio Martínez Ocasio at the Super Bowl this year: https://www.cincinnati.com/story/sports/nfl/2025/12/30/is-bad-bunny-performing-the-super-bowl-2026-halftime-show/87962848007/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}