Information about plays

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

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

{
    "id": 3428571,
    "uri": "https://api.kexp.org/v2/plays/3428571/?format=api",
    "airdate": "2024-11-22T07:44:34-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia600503.us.archive.org/20/items/mbid-448b55dd-25e9-3d46-807f-00e34d222486/mbid-448b55dd-25e9-3d46-807f-00e34d222486-11630068505_thumb500.jpg",
    "thumbnail_uri": "https://ia600503.us.archive.org/20/items/mbid-448b55dd-25e9-3d46-807f-00e34d222486/mbid-448b55dd-25e9-3d46-807f-00e34d222486-11630068505_thumb250.jpg",
    "song": "By My Side",
    "track_id": "c355da79-f7bb-3fa3-a0d7-0b8028fc3adf",
    "recording_id": "221448b2-e756-40b6-855b-9a9164a79775",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "X",
    "release_id": "448b55dd-25e9-3d46-807f-00e34d222486",
    "release_group_id": "8fd854fa-604f-3106-a9c9-90288687f61e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1997, Michael Hutchence's body was discovered in his hotel suite in Sydney. He was 37 years old.\n--\nSee him performing \"By My Side\" live at Wembley Stadium in 1991: https://www.youtube.com/watch?v=f0-FOb2KnYY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}