Information about plays

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

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

{
    "id": 3542006,
    "uri": "https://api.kexp.org/v2/plays/3542006/?format=api",
    "airdate": "2025-08-19T09:11:54-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia801206.us.archive.org/2/items/mbid-b950c86c-eceb-43a3-a749-629dd7ed87f9/mbid-b950c86c-eceb-43a3-a749-629dd7ed87f9-37738698431_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/2/items/mbid-b950c86c-eceb-43a3-a749-629dd7ed87f9/mbid-b950c86c-eceb-43a3-a749-629dd7ed87f9-37738698431_thumb250.jpg",
    "song": "Nova",
    "track_id": "e9f74ab5-b5cb-47c3-8a9b-c1963ce48e18",
    "recording_id": "52136ccd-b25d-4856-8f41-d3f8aeffe1ef",
    "artist": "Ghost Funk Orchestra",
    "artist_ids": [
        "a5825c75-9dd6-4549-b4b6-02161ba33eb6"
    ],
    "album": "A Trip To the Moon",
    "release_id": "b950c86c-eceb-43a3-a749-629dd7ed87f9",
    "release_group_id": "34faaba2-c525-43d0-ad48-c744f37c3a01",
    "labels": [
        "Karma Chief Records"
    ],
    "label_ids": [
        "b2d60533-fdcd-48b1-ad9e-db482053ac35"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghost Funk Orchestra is the brainchild of composer/multi-instrumentalist Seth Applebaum. What started as a one-man recording project has now evolved into a powerhouse live band.: https://ghostfunkorchestra.bandcamp.com/album/a-trip-to-the-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}