Information about plays

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

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

{
    "id": 3556349,
    "uri": "https://api.kexp.org/v2/plays/3556349/?format=api",
    "airdate": "2025-09-22T13:53:30-07:00",
    "show": 64634,
    "show_uri": "https://api.kexp.org/v2/shows/64634/?format=api",
    "image_uri": "https://ia800405.us.archive.org/29/items/mbid-87b9f318-b14c-47c7-9be6-5e96c00d6ab0/mbid-87b9f318-b14c-47c7-9be6-5e96c00d6ab0-9471450552_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-87b9f318-b14c-47c7-9be6-5e96c00d6ab0/mbid-87b9f318-b14c-47c7-9be6-5e96c00d6ab0-9471450552_thumb250.jpg",
    "song": "Do You Wanna Touch Me (Oh Yeah)",
    "track_id": "c8183bfc-78c8-44d7-8769-f53f0b366e89",
    "recording_id": "e008f5b4-0f72-47c8-856e-e4b32becfded",
    "artist": "Joan Jett & the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "Do You Wanna Touch Me (Oh Yeah)",
    "release_id": "87b9f318-b14c-47c7-9be6-5e96c00d6ab0",
    "release_group_id": "da55f0dc-984e-4237-84b4-5fc8c818136d",
    "labels": [
        "The Boardwalk Entertainment Co"
    ],
    "label_ids": [
        "426538fd-358b-4a68-8fde-3cdc76012536"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joan Jett to Sirius XM in a 2018 interview about her friendship with Chrissie Hynde - \"We met in the Runaways days…it was great to be able to talk to another woman who was a musician... She was very supportive… and the fact that she was having success proved to me that women can have success in America playing a guitar and front a band. She inspired me to keep going and said ‘Don’t get lost in this world of feeling sorry for yourself. It’s all fine and well… but pick yourself up and keep going.’”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}