Information about plays

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

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

{
    "id": 3421981,
    "uri": "https://api.kexp.org/v2/plays/3421981/?format=api",
    "airdate": "2024-11-06T04:40:49-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia600907.us.archive.org/33/items/mbid-e543e591-8f14-490a-8d10-b2711bdd4584/mbid-e543e591-8f14-490a-8d10-b2711bdd4584-22324750232_thumb500.jpg",
    "thumbnail_uri": "https://ia800907.us.archive.org/33/items/mbid-e543e591-8f14-490a-8d10-b2711bdd4584/mbid-e543e591-8f14-490a-8d10-b2711bdd4584-22324750232_thumb250.jpg",
    "song": "Venom",
    "track_id": "1e9d3692-7baa-41ff-b2d3-eee94b9d041c",
    "recording_id": "be71b58a-7e41-4076-8c1a-a789441bfa0e",
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "GREY Area",
    "release_id": "e543e591-8f14-490a-8d10-b2711bdd4584",
    "release_group_id": "c41347b7-c93c-42d8-825b-529c7de0bed2",
    "labels": [
        "AGE 101 MUSIC"
    ],
    "label_ids": [
        "39133c4b-b863-49e8-8492-c4e124687ad0"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Says Little Simz, \"When someone tells me they are a hip hop head but never listen to current female artists, “Venom” is always the first track I pull up to show that women in the industry thrive outside mainstream narratives and produce music even harder than their male counterparts. \nLittle Simz starts the track with the iconic line “They would never wanna admit that I’m the best one here / from the mere fact that I’ve got ovaries” and quickly addresses her exclusion in the industry and the dismissal female artists often receive.\"\n\nhttps://hiphopafrican.com/little-simz-venom/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}