Information about plays

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

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

{
    "id": 3633317,
    "uri": "https://api.kexp.org/v2/plays/3633317/?format=api",
    "airdate": "2026-03-25T01:18:14-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://coverartarchive.org/release/e281124f-ca90-4acb-9471-c63e00df8007/29250432941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e281124f-ca90-4acb-9471-c63e00df8007/29250432941-250.jpg",
    "song": "Roller Coaster",
    "track_id": null,
    "recording_id": "8b92a564-f0b7-4a40-be9a-fb68ec44d6c6",
    "artist": "Toni Braxton & Babyface",
    "artist_ids": [
        "3c8a8696-e176-4c46-a2d3-48b6b1525c7f",
        "7fa62c0b-2c74-491e-a2a1-17c3b043f326"
    ],
    "album": "Love, Marriage & Divorce",
    "release_id": null,
    "release_group_id": "d9a86843-dc20-41c1-a5d3-9a830ecc6703",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Roller Coaster\" is a song by American recording artists Toni Braxton and Babyface. It was written by Babyface, Daryl Simmons, and Antonio Dixon for their collaborative studio album Love, Marriage & Divorce (2014)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}