Information about plays

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

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

{
    "id": 3544931,
    "uri": "https://api.kexp.org/v2/plays/3544931/?format=api",
    "airdate": "2025-08-26T05:08:20-07:00",
    "show": 64391,
    "show_uri": "https://api.kexp.org/v2/shows/64391/?format=api",
    "image_uri": "https://ia803202.us.archive.org/9/items/mbid-80270b5b-8805-4a7e-a96f-388ef24ded46/mbid-80270b5b-8805-4a7e-a96f-388ef24ded46-37391973272_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/9/items/mbid-80270b5b-8805-4a7e-a96f-388ef24ded46/mbid-80270b5b-8805-4a7e-a96f-388ef24ded46-37391973272_thumb250.jpg",
    "song": "Female of the Species",
    "track_id": "bffc377a-9ee4-3154-bce5-fe28a61490dc",
    "recording_id": "3da79b06-cc42-4f3a-8ec9-af44d897b19b",
    "artist": "Space",
    "artist_ids": [
        "63134699-ca51-464b-816d-3f32efd4a093"
    ],
    "album": "Female of the Species",
    "release_id": "80270b5b-8805-4a7e-a96f-388ef24ded46",
    "release_group_id": "a9699d4f-8702-3b57-ba08-c6a75a9a4454",
    "labels": [
        "Gut Records"
    ],
    "label_ids": [
        "f5cf3612-338b-4611-909f-029725b83ec3"
    ],
    "release_date": "1996-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Female of the Species\" is the name of a 1996 song by the English rock band Space. The lyrics, which declare \"the female of the species is more deadly than the male,\" are a reference to a well-known line from Rudyard Kipling's 1911 poem of the same name.\n\nCheck out Space performing \"Female of the Species\" live at BBC Top of the Pops (1996) here: https://youtu.be/yURuUCRiA5I?si=E2u-896mfysjeWKL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}