Information about plays

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

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

{
    "id": 3415039,
    "uri": "https://api.kexp.org/v2/plays/3415039/?format=api",
    "airdate": "2024-10-20T09:44:24-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Rains in Southern California",
    "track_id": null,
    "recording_id": null,
    "artist": "Ramsay Midwood",
    "artist_ids": [
        "bac1a83f-1d35-49f8-8ecb-b9febca268bd"
    ],
    "album": "Homage For The Holidays",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midwood covered this Albert Hammong song for a compilation album of Austin musicians covering songs to raise money for the homeless in Austin over the holidays.\n\nhttps://englishteeth.bandcamp.com/album/homage-for-the-holidays",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}