Information about plays

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

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

{
    "id": 3413966,
    "uri": "https://api.kexp.org/v2/plays/3413966/?format=api",
    "airdate": "2024-10-17T17:09:43-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Booming and Zooming",
    "track_id": "4197ef06-61dc-3c85-bb9f-9feccbed6981",
    "recording_id": "6413c0e5-08e5-476b-94fb-136c353dee8d",
    "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": "Tom Tom Club was founded by Talking Heads' Tina Weymouth and Chris Frantz. This self-titled 1981 album was their debut. Five albums have followed, including the most recent, Downtown Rockers, released in 2012.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}