Information about plays

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

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

{
    "id": 3437319,
    "uri": "https://api.kexp.org/v2/plays/3437319/?format=api",
    "airdate": "2024-12-12T21:44:10-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "https://coverartarchive.org/release/5993f49f-1515-41ca-ae99-039e6500fc55/29579582047-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5993f49f-1515-41ca-ae99-039e6500fc55/29579582047-250.jpg",
    "song": "Wild Wild East",
    "track_id": null,
    "recording_id": "d7576a65-5bfb-4b0c-9d40-283086149dd9",
    "artist": "Sunny Jain feat. Ganavya",
    "artist_ids": [
        "4243a1ee-8150-4ff7-8b6c-9d5de12a2f0c",
        "874b674b-8a52-41fc-b36d-47a2d26e54cc"
    ],
    "album": "Wild Wild East",
    "release_id": null,
    "release_group_id": "0477a274-8b9a-4349-b1fc-09808075d563",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2020-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sunny Jain is an Indian American dhol player, drummer, and Indo jazz composer. He is recognized as a leading voice in the burgeoning movement of South Asian-American jazz musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}