Information about plays

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

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

{
    "id": 3555919,
    "uri": "https://api.kexp.org/v2/plays/3555919/?format=api",
    "airdate": "2025-09-21T14:21:06-07:00",
    "show": 64624,
    "show_uri": "https://api.kexp.org/v2/shows/64624/?format=api",
    "image_uri": "https://ia600203.us.archive.org/20/items/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a-3331716188_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/20/items/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a/mbid-0820f6fe-ef05-38a8-aa44-c7ec4782669a-3331716188_thumb250.jpg",
    "song": "She’s Electric",
    "track_id": "deeb05fe-47f1-3268-92cc-e99eeaf4d1b2",
    "recording_id": "95bf6a56-a5d8-4206-b624-522797976446",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "(What’s the Story) Morning Glory?",
    "release_id": "0820f6fe-ef05-38a8-aa44-c7ec4782669a",
    "release_group_id": "cc7e6348-cc55-31fa-aeb2-748a46a81cb3",
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [
        "5ab599c4-db48-4179-85df-521436e7805c"
    ],
    "release_date": "2000-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Liam Gallagher. Born in Manchester, he turns 53 today.\n\nhttps://www.oasisinet.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}