Information about plays

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

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

{
    "id": 3416742,
    "uri": "https://api.kexp.org/v2/plays/3416742/?format=api",
    "airdate": "2024-10-24T14:45:39-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Ruff, So Tuff",
    "track_id": null,
    "recording_id": "c9233dd2-1d0b-4a7e-8e19-0a36c997e2f7",
    "artist": "Roger",
    "artist_ids": [
        "1ee7489a-af64-4ca2-9041-c1d8588b3a97"
    ],
    "album": "The Many Facets of Roger",
    "release_id": null,
    "release_group_id": "eecf7261-b154-35cc-a168-f1d06487cff6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Roger Troutman and his brother Larry of Dayton's Zapp Band. The debut solo album from Roger Troutman went platinum based on the R&B successes of \"So Ruff, So Tuff\" and his cover of Marvin Gaye's \"I Heard It through the Grapevine\".\n--\nIn 199, Roger Troutman was killed by his brother Larry, who then committed suicide: https://www.daytondailynews.com/news/local/icon-lost-one-dayton-most-gut-wrenching-murders-years-ago/g0LamsZlgO9s7NvR6Ar6cM/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}