Information about plays

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

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

{
    "id": 3421208,
    "uri": "https://api.kexp.org/v2/plays/3421208/?format=api",
    "airdate": "2024-11-04T05:31:21-08:00",
    "show": 61760,
    "show_uri": "https://api.kexp.org/v2/shows/61760/?format=api",
    "image_uri": "https://ia600800.us.archive.org/18/items/mbid-de7471f1-494e-4adc-a71c-b79ddd938238/mbid-de7471f1-494e-4adc-a71c-b79ddd938238-39664505675_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Do You Realize??",
    "track_id": "3eb2bc44-0ac2-4176-b44d-e3c38d1c07b0",
    "recording_id": "9261853f-c677-494f-9570-a697abc35899",
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Last Leaf On The Tree",
    "release_id": "de7471f1-494e-4adc-a71c-b79ddd938238",
    "release_group_id": "6551f37b-737b-41a5-aa79-a2af18e860d9",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming seventy sixth (yes, 76th!) record from Willie also features covers from Nina Simone, Tom Waits, Beck and more!\n\n\"We Are the World\" (produced by Quincy Jones) featured Willie Nelson, along with Dionne Warwick and Al Jarreau, singing the second verse.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}