Information about plays

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

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

{
    "id": 3501354,
    "uri": "https://api.kexp.org/v2/plays/3501354/?format=api",
    "airdate": "2025-05-14T16:43:00-07:00",
    "show": 63460,
    "show_uri": "https://api.kexp.org/v2/shows/63460/?format=api",
    "image_uri": "https://ia801803.us.archive.org/7/items/mbid-7359e62f-7878-4be2-a123-4f0a5049a4cb/mbid-7359e62f-7878-4be2-a123-4f0a5049a4cb-39734428595_thumb500.jpg",
    "thumbnail_uri": "https://ia801803.us.archive.org/7/items/mbid-7359e62f-7878-4be2-a123-4f0a5049a4cb/mbid-7359e62f-7878-4be2-a123-4f0a5049a4cb-39734428595_thumb250.jpg",
    "song": "Good Weed & Red Wine",
    "track_id": "d437f52f-bb03-4f67-aeb6-71beccc11d34",
    "recording_id": "486242fc-ba55-4eca-a000-2e26f68fc878",
    "artist": "True Loves feat. Nigel Hall",
    "artist_ids": [
        "68175fb2-dca1-4875-ac48-f7c4c152ab9e",
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "Good Weed & Red Wine",
    "release_id": "7359e62f-7878-4be2-a123-4f0a5049a4cb",
    "release_group_id": "63a5cd07-dc0f-43bd-827a-53e0f6385c7e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*airbreak* From PNW soul/funk outfit The True Love. \n\nCheck out their website for tour dates!\nhttps://www.truelovesband.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}