Information about plays

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

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

{
    "id": 3413293,
    "uri": "https://api.kexp.org/v2/plays/3413293/?format=api",
    "airdate": "2024-10-16T07:14:31-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Slim",
    "track_id": null,
    "recording_id": "05a9c2e1-b4ed-4581-b69e-52f0ebc38215",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": null,
    "release_group_id": "997a4855-3bd3-3e5c-81d0-656209b3aa74",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1992-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Bob Mould! \n--\n Bob Mould is frontman of Husker Du and this is his second band Sugar. \"The Slim\" is off their first record which won album of the year according to NME in 1992. Bob Mould credits a lot of the success of the record to how Nirvana's Nevermind changed the way people listened to music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}