Information about plays

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

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

{
    "id": 3500777,
    "uri": "https://api.kexp.org/v2/plays/3500777/?format=api",
    "airdate": "2025-05-13T08:50:10-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://ia600705.us.archive.org/9/items/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599-5976076640_thumb500.jpg",
    "thumbnail_uri": "https://ia600705.us.archive.org/9/items/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599/mbid-4f9612f3-673b-4245-b95e-3f2a48e76599-5976076640_thumb250.jpg",
    "song": "Wicked Game",
    "track_id": "5743160b-818d-3368-8456-4950b0a3a400",
    "recording_id": "203ba510-daa7-4389-9ca8-0af3700ef784",
    "artist": "Chris Isaak",
    "artist_ids": [
        "479497d4-e7c2-4e78-972e-56e78fac3995"
    ],
    "album": "Heart Shaped World",
    "release_id": "4f9612f3-673b-4245-b95e-3f2a48e76599",
    "release_group_id": "f6f75c7a-f1bb-3b22-ae18-269bf5bd7f47",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1989-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh hello. Does Chris Isaak make the Morning Show handsome list? As David Addison (Bruce Willis) said on Moonlighting, \"do dogs dog?\"\n--\n\"attractive people singing songs for sexy times\"\n-John \"John in the Morning\" Richards",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}