Information about plays

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

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

{
    "id": 3428201,
    "uri": "https://api.kexp.org/v2/plays/3428201/?format=api",
    "airdate": "2024-11-21T08:54:44-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ac5f3e5-dc42-39ca-b323-a1c1d3e77605/3102672940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ac5f3e5-dc42-39ca-b323-a1c1d3e77605/3102672940-250.jpg",
    "song": "Spill the Wine",
    "track_id": null,
    "recording_id": "4153d039-e8bc-43cc-8177-76993676f023",
    "artist": "Eric Burdon & War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "Eric Burdon Declares \"War\"",
    "release_id": null,
    "release_group_id": "7e5f7e1b-070a-306e-b90c-48177653add6",
    "labels": [
        "MGM Records"
    ],
    "label_ids": [
        "d67971aa-0ac7-4f75-8c9b-e9424ef6648f"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Lonnie Jordan of War, born on this day in 1948!\n\nEric Burdon sang lead on this track. Before Burdon joined, the group was known as Nightshift and was playing backup for Deacon Jones, a former US football player who was trying to become a soul singer. The group was re-named War and played with Burdon for two albums, both credited to \"Eric Burdon and War.\": https://www.allmusic.com/artist/war-mn0000191947/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}