Information about plays

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

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

{
    "id": 3579900,
    "uri": "https://api.kexp.org/v2/plays/3579900/?format=api",
    "airdate": "2025-11-18T16:13:38-08:00",
    "show": 65147,
    "show_uri": "https://api.kexp.org/v2/shows/65147/?format=api",
    "image_uri": "https://ia800905.us.archive.org/32/items/mbid-12d52ce8-e1fa-4271-a573-e82089561e06/mbid-12d52ce8-e1fa-4271-a573-e82089561e06-23588475478_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-12d52ce8-e1fa-4271-a573-e82089561e06/mbid-12d52ce8-e1fa-4271-a573-e82089561e06-23588475478_thumb250.jpg",
    "song": "On, On, On, On...",
    "track_id": "2b6543ce-5eb7-315e-9595-0dd96d69b72e",
    "recording_id": "845b49dc-1ed4-47ad-b870-4d8735c26923",
    "artist": "Tom Tom Club",
    "artist_ids": [
        "3dc66525-d359-406d-9cdf-cdd3a7de289c"
    ],
    "album": "Tom Tom Club",
    "release_id": "12d52ce8-e1fa-4271-a573-e82089561e06",
    "release_group_id": "9a01f6b5-61f6-3b10-b1ab-735359fc407b",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released as the B-side to Tom Tom Club's single \"Under the Boardwalk\".\n\nTom Tom Club was created by  Chris Frantz and Tina Weymouth as a side project from Talking Heads.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}