Information about plays

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

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

{
    "id": 3544720,
    "uri": "https://api.kexp.org/v2/plays/3544720/?format=api",
    "airdate": "2025-08-25T17:34:35-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/7359e62f-7878-4be2-a123-4f0a5049a4cb/39734428595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7359e62f-7878-4be2-a123-4f0a5049a4cb/39734428595-250.jpg",
    "song": "Good Weed & Red Wine",
    "track_id": null,
    "recording_id": "486242fc-ba55-4eca-a000-2e26f68fc878",
    "artist": "True Loves feat. Nigel Hall",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2",
        "68175fb2-dca1-4875-ac48-f7c4c152ab9e"
    ],
    "album": "Good Weed & Red Wine",
    "release_id": null,
    "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": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "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"
}