Information about plays

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

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

{
    "id": 3428385,
    "uri": "https://api.kexp.org/v2/plays/3428385/?format=api",
    "airdate": "2024-11-21T20:02:20-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa45d2db-b239-43e4-ac7c-5f676b735524/37703025689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa45d2db-b239-43e4-ac7c-5f676b735524/37703025689-250.jpg",
    "song": "INSOMNIA",
    "track_id": null,
    "recording_id": "98ac14fb-08e9-4e88-8dad-50238c9a2b6f",
    "artist": "YONLAPA",
    "artist_ids": [
        "16d47c8c-2fc7-47f9-82c0-b9b504d2cbfd"
    ],
    "album": "INSOMNIA",
    "release_id": null,
    "release_group_id": "17e06407-ab0b-4451-b819-75e13ea3fccb",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "YONLAPA is an Indie Pop band from Chiang Mai, Thailand that debuted in 2019.\n--\nhttps://yonlapa.bandcamp.com/track/insomnia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}