Information about plays

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

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

{
    "id": 3351485,
    "uri": "https://api.kexp.org/v2/plays/3351485/?format=api",
    "airdate": "2024-05-22T10:08:35-07:00",
    "show": 60283,
    "show_uri": "https://api.kexp.org/v2/shows/60283/?format=api",
    "image_uri": "https://ia801909.us.archive.org/12/items/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae-3772602552_thumb500.jpg",
    "thumbnail_uri": "https://ia601909.us.archive.org/12/items/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae/mbid-0b576792-0bfa-394e-81d6-bb16b77d6fae-3772602552_thumb250.jpg",
    "song": "Goo Goo Muck",
    "track_id": "83678624-8fe8-39b0-ac3d-5157431a408b",
    "recording_id": "9bac7993-7900-4d90-a681-4ee25d27d5c2",
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Bad Music for Bad People",
    "release_id": "0b576792-0bfa-394e-81d6-bb16b77d6fae",
    "release_group_id": "69690b69-e764-3291-9261-2944b63106a5",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1984-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sounds, the now defunct UK music paper, gave this album a 5-star review but said, \"Miles Copeland's IRS label pick the carrion of their former label mates even cleaner by releasing a watered down version of the... Off the Bone singles collection that was released in the UK.  The music's still great even if the scheming behind Bad Music for Bad People stinks of decay and corruption.\"  https://bit.ly/3pqjEbL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}