Information about plays

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

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

{
    "id": 3418114,
    "uri": "https://api.kexp.org/v2/plays/3418114/?format=api",
    "airdate": "2024-10-27T20:07:37-07:00",
    "show": 61691,
    "show_uri": "https://api.kexp.org/v2/shows/61691/?format=api",
    "image_uri": "https://coverartarchive.org/release/5bf145c3-c69e-3a61-b9fa-6e60ad0f4f7d/34235784531-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5bf145c3-c69e-3a61-b9fa-6e60ad0f4f7d/34235784531-250.jpg",
    "song": "Ooo La La La",
    "track_id": null,
    "recording_id": "863f629f-d824-436f-9c26-36028cfa0a30",
    "artist": "Teena Marie",
    "artist_ids": [
        "98cb2d05-0b47-4bc6-b345-792eecbe8449"
    ],
    "album": "Naked to the World",
    "release_id": null,
    "release_group_id": "13a15aed-8f7a-3367-a0ce-f93c8d5ca72b",
    "labels": [],
    "label_ids": [],
    "release_date": "1988-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teena Marie was an American soul and R&B singer, songwriter, and producer. She was known by her childhood nickname Tina before taking the stage name Teena Marie and later acquired the nickname Lady T, given to her by her collaborator and friend Rick James. Naked to the World is the eighth album by Teena Marie, released on March 21, 1988. It is a return to her soul/funk roots following the experimentation of her previous album Emerald City.\n\nRequest from Dave in Chicago!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}