Information about plays

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

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

{
    "id": 3601298,
    "uri": "https://api.kexp.org/v2/plays/3601298/?format=api",
    "airdate": "2026-01-07T05:56:54-08:00",
    "show": 65585,
    "show_uri": "https://api.kexp.org/v2/shows/65585/?format=api",
    "image_uri": "https://ia801306.us.archive.org/30/items/mbid-b6f0312a-18f0-3d4a-9df0-bfcaceccb789/mbid-b6f0312a-18f0-3d4a-9df0-bfcaceccb789-10469031495_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/30/items/mbid-b6f0312a-18f0-3d4a-9df0-bfcaceccb789/mbid-b6f0312a-18f0-3d4a-9df0-bfcaceccb789-10469031495_thumb250.jpg",
    "song": "Family of Noise",
    "track_id": "59fcc882-306f-324f-9f0e-7ad8def0a27d",
    "recording_id": "8af4cc8f-0b5c-4065-832b-da9f53a63a63",
    "artist": "Adam and The Ants",
    "artist_ids": [
        "75d4f194-969c-4538-b789-742f3eb3d02c"
    ],
    "album": "Dirk Wears White Sox",
    "release_id": "b6f0312a-18f0-3d4a-9df0-bfcaceccb789",
    "release_group_id": "c17ab30d-e4fe-30eb-a52d-40942aa13a99",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Family of Noise\" comes from Adam and The Ants' debut studio album Dirk Wears White Sox, released in 1979. \n\nThe song includes an interpolation of \"She Loves You\" by The Beatles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}