Information about plays

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

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

{
    "id": 3422065,
    "uri": "https://api.kexp.org/v2/plays/3422065/?format=api",
    "airdate": "2024-11-06T10:33:36-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia600109.us.archive.org/29/items/mbid-c14212ca-cc94-4db5-b164-251b3f5f4d18/mbid-c14212ca-cc94-4db5-b164-251b3f5f4d18-18884874130_thumb500.jpg",
    "thumbnail_uri": "https://ia600109.us.archive.org/29/items/mbid-c14212ca-cc94-4db5-b164-251b3f5f4d18/mbid-c14212ca-cc94-4db5-b164-251b3f5f4d18-18884874130_thumb250.jpg",
    "song": "I'm Alive",
    "track_id": "8e7e8052-9f69-4d83-b8fd-9da28d8ec0d8",
    "recording_id": "2f7ec6fc-6383-42cf-a58a-7d642ab6e029",
    "artist": "Beth Ditto",
    "artist_ids": [
        "a23b8dc2-97f4-4eab-a76d-dc3b2ef4b537"
    ],
    "album": "I'm Alive",
    "release_id": "c14212ca-cc94-4db5-b164-251b3f5f4d18",
    "release_group_id": "4b414995-b837-4938-9ae1-38a2376b3cff",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2018-01-19",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Beth Ditto has a voice that has been compared to the likes of Janis Joplin, Tina Turner, and Etta James. \nKnown for her work with the band 'Gossip' she also has released music solo, including this cover of Tommy James and the Shondells' 1968 song \"I'm Alive.\" \n\nOf the cover, Ditto said: \n \"Being alive is radical right now. So let's live!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}