Information about plays

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

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

{
    "id": 3321646,
    "uri": "https://api.kexp.org/v2/plays/3321646/?format=api",
    "airdate": "2024-03-14T01:53:28-07:00",
    "show": 59670,
    "show_uri": "https://api.kexp.org/v2/shows/59670/?format=api",
    "image_uri": "https://coverartarchive.org/release/85cabca6-8ca4-4dbf-8e2a-4ae68337d264/37802146037-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85cabca6-8ca4-4dbf-8e2a-4ae68337d264/37802146037-250.jpg",
    "song": "Futures",
    "track_id": null,
    "recording_id": "ba17e952-ada3-4d0b-8bbf-8e51bdb168c7",
    "artist": "Day Soul Exquisite",
    "artist_ids": [
        "ef314f79-8242-41ad-a22f-4d78d8f86473"
    ],
    "album": "Sanguine & Cardamom",
    "release_id": null,
    "release_group_id": "7a737ee2-26c3-475f-bb25-c0dce94af1c4",
    "labels": [
        "La fem"
    ],
    "label_ids": [
        "cfba2399-002e-4d56-ac39-e756b6c7e9e1"
    ],
    "release_date": "2024-01-19",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Day Soul Exquisite will be playing a show in Seattle on April 21st at Black & Tan Hall. Check out the rest of their tour dates here: https://daysoulexquisite.com/\n---\nSeattle band Day Soul Exquisite filmed a live in studio performance in January, be sure to keep an eye out for their performance to be released at kexp.org and on our YouTube channel: https://www.youtube.com/@kexp \n---\nhttps://daysoulexquisite.bandcamp.com/album/sanguine-cardamom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}