Information about plays

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

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

{
    "id": 3413795,
    "uri": "https://api.kexp.org/v2/plays/3413795/?format=api",
    "airdate": "2024-10-17T08:02:24-07:00",
    "show": 61598,
    "show_uri": "https://api.kexp.org/v2/shows/61598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free",
    "track_id": "d9b48e7b-8918-41da-be18-5346b70fe395",
    "recording_id": "71d45cc1-df8c-4ee2-9449-d86a424b6738",
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "UNTITLED (Rise)",
    "release_id": "38fb1e77-a96b-4892-ad24-84381aeb2c52",
    "release_group_id": "c24db83b-e929-4dbf-b270-6344a7ea4fea",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2020-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that SAULT is an acronym for ‘Start A Universal Love Trend’? \n\nMixing gospel, soul and house, this mysterious UK based musical collective is headed up by producer and multi-instrumentalist Inflo and has included Cleo Sol, Chronixx, Jack Penate and more. https://www.sault.global/\n\nYou can listen to the track here:\nhttps://saultglobal.bandcamp.com/track/free",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}