Information about plays

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

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

{
    "id": 3593824,
    "uri": "https://api.kexp.org/v2/plays/3593824/?format=api",
    "airdate": "2025-12-21T05:08:18-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia800108.us.archive.org/0/items/mbid-7f6e2895-2b4e-4f88-af61-3c0b6ec1a0c8/mbid-7f6e2895-2b4e-4f88-af61-3c0b6ec1a0c8-41074618732_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/0/items/mbid-7f6e2895-2b4e-4f88-af61-3c0b6ec1a0c8/mbid-7f6e2895-2b4e-4f88-af61-3c0b6ec1a0c8-41074618732_thumb250.jpg",
    "song": "Citysong",
    "track_id": "8ccfea24-25aa-3878-8f3e-dd05dc1f1149",
    "recording_id": "32d1ccf2-67c0-410f-9458-13af6a68007f",
    "artist": "Luscious Jackson",
    "artist_ids": [
        "8be5d1de-e925-4e9f-b410-6d702cd8dcaa"
    ],
    "album": "Natural Ingredients",
    "release_id": "02682179-0861-3168-bf50-9f13fcb21d61",
    "release_group_id": "74919d86-cbbc-3f2e-9bb0-bf6805257769",
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1994-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Gabrielle Glaser of Luscious Jackson!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}