Information about plays

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

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

{
    "id": 3438344,
    "uri": "https://api.kexp.org/v2/plays/3438344/?format=api",
    "airdate": "2024-12-15T09:55:00-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc274e17-f9f2-45a8-8ac0-9210bd7c9cfd/37738487199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc274e17-f9f2-45a8-8ac0-9210bd7c9cfd/37738487199-250.jpg",
    "song": "Dancing with Sue",
    "track_id": null,
    "recording_id": "cea32706-a7c0-4d60-bcc3-aaf1c2ae9a69",
    "artist": "Wyatt C. Louis",
    "artist_ids": [
        "8d37fcb7-6cb6-411a-aceb-2a8602d95c74"
    ],
    "album": "Chandler",
    "release_id": null,
    "release_group_id": "91fe3b2a-acec-49be-92c7-4a1956275b22",
    "labels": [
        "Royal Mountain Records"
    ],
    "label_ids": [
        "564dc8fb-cbd0-453b-ad29-dd867556d041"
    ],
    "release_date": "2024-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut solo album from the nêhiyaw singer-songwriter born and raised in Treaty 6 Territory, Canada to a father who was a powwow dancer.\nhttps://calgaryherald.com/entertainment/music/wyatt-c-louis-finds-identity-community-on-debut-album\n\nhttps://wyattlouis.bandcamp.com/album/chandler",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}