Information about plays

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

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

{
    "id": 3428545,
    "uri": "https://api.kexp.org/v2/plays/3428545/?format=api",
    "airdate": "2024-11-22T06:01:57-08:00",
    "show": 61913,
    "show_uri": "https://api.kexp.org/v2/shows/61913/?format=api",
    "image_uri": "https://ia801009.us.archive.org/9/items/mbid-12d52ce8-e1fa-4271-a573-e82089561e06/mbid-12d52ce8-e1fa-4271-a573-e82089561e06-23588475478_thumb500.jpg",
    "thumbnail_uri": "https://ia601009.us.archive.org/9/items/mbid-12d52ce8-e1fa-4271-a573-e82089561e06/mbid-12d52ce8-e1fa-4271-a573-e82089561e06-23588475478_thumb250.jpg",
    "song": "As Above, So Below",
    "track_id": "9989048d-4bdc-3ba4-b9bc-dde2967dfbd0",
    "recording_id": "e497f684-e985-430e-8e9b-e4dbf08bb79a",
    "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": "HBD to Tina Weymouth (Born Martina Michèle \"Tina\" Weymouth), American musician best known as a founding member and bassist in Talking Heads and its side project Tom Tom Club, which she co-founded with husband and Talking Heads drummer, Chris Frantz. Born on this day in 1950.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}