Information about plays

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

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

{
    "id": 3551284,
    "uri": "https://api.kexp.org/v2/plays/3551284/?format=api",
    "airdate": "2025-09-10T11:50:20-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia800202.us.archive.org/15/items/mbid-998ae3b4-cad1-4734-a9f4-8ae18e513d12/mbid-998ae3b4-cad1-4734-a9f4-8ae18e513d12-9720492485_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/15/items/mbid-998ae3b4-cad1-4734-a9f4-8ae18e513d12/mbid-998ae3b4-cad1-4734-a9f4-8ae18e513d12-9720492485_thumb250.jpg",
    "song": "Morning Train (Nine to Five)",
    "track_id": "6f3b277f-bb87-3f31-94fa-4829ee694ddf",
    "recording_id": "976b3e7f-3506-41e9-bfb1-78aa7a8f17ff",
    "artist": "Sheena Easton",
    "artist_ids": [
        "7b004920-b04e-4ff2-b2e5-55d8f1cc0522"
    ],
    "album": "The World of Sheena Easton",
    "release_id": "998ae3b4-cad1-4734-a9f4-8ae18e513d12",
    "release_group_id": "47684bd5-dcb8-308c-a68e-7fb784e5a365",
    "labels": [
        "EMI America"
    ],
    "label_ids": [
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "release_date": "1993-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"1980s pop diva Sheena Easton was born Sheena Shirley Orr in Bellshill, Scotland on April 27, 1959.\" \n\nhttps://www.allmusic.com/artist/sheena-easton-mn0000011754#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}