Information about plays

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

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

{
    "id": 3579913,
    "uri": "https://api.kexp.org/v2/plays/3579913/?format=api",
    "airdate": "2025-11-18T17:03:08-08:00",
    "show": 65147,
    "show_uri": "https://api.kexp.org/v2/shows/65147/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-e9490700-9d07-4f74-b7c2-edf9d14a06df/mbid-e9490700-9d07-4f74-b7c2-edf9d14a06df-43587673898_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-e9490700-9d07-4f74-b7c2-edf9d14a06df/mbid-e9490700-9d07-4f74-b7c2-edf9d14a06df-43587673898_thumb250.jpg",
    "song": "Only Girl",
    "track_id": "1e267fdc-aed9-471b-99e7-054bc782cb0f",
    "recording_id": "b89e5aa4-bf2a-4e63-8833-fbd8a6721060",
    "artist": "Man/Woman/Chainsaw",
    "artist_ids": [
        "e72f0b0e-fe8e-405a-942e-633edd84c998"
    ],
    "album": "Only Girl",
    "release_id": "e9490700-9d07-4f74-b7c2-edf9d14a06df",
    "release_group_id": "9bc2d339-3a74-411a-8312-296559d35d39",
    "labels": [
        "Fiction"
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc"
    ],
    "release_date": "2025-11-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new track released this week from London's Man/Woman/Chainsaw!\n\nhttps://manwomanchainsaw.bandcamp.com/track/only-girl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}