Information about plays

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

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

{
    "id": 3422526,
    "uri": "https://api.kexp.org/v2/plays/3422526/?format=api",
    "airdate": "2024-11-07T13:59:06-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(If It) Hurts Just a Little",
    "track_id": null,
    "recording_id": "44c4605e-b433-4202-adad-6cd35d9757a9",
    "artist": "Donna Summer",
    "artist_ids": [
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "Donna Summer",
    "release_id": null,
    "release_group_id": "5ce82115-defb-3b6f-9a17-527a0f1e9c71",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1982, Donna Summer released her self-titled album which was produced by Quincy Jones.\"If It Hurts Just A Little\" is one of the strongest tunes on the album,with a catchy,hook-filled chorus,nice horns throughout and a solid,funky groove. Many people think of this album as a \"dress rehearsal\" for the Quincy Jones project that came next: Michael Jackson's \"Thriller\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}