Information about plays

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

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

{
    "id": 3432940,
    "uri": "https://api.kexp.org/v2/plays/3432940/?format=api",
    "airdate": "2024-12-02T14:05:30-08:00",
    "show": 62006,
    "show_uri": "https://api.kexp.org/v2/shows/62006/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fa692c9-0414-4b8f-a061-c00451503a14/28965608315-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fa692c9-0414-4b8f-a061-c00451503a14/28965608315-250.jpg",
    "song": "Somebody's Watching You",
    "track_id": null,
    "recording_id": "6529ed80-9cd1-4494-8334-6ff501bf64be",
    "artist": "Black Uhuru",
    "artist_ids": [
        "8ee00333-ec2c-439b-a619-ae160aca2a15"
    ],
    "album": "Anthem",
    "release_id": null,
    "release_group_id": "ebbd1c8f-a525-3b13-beea-12282e4934a4",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Uhuru is a Jamaican reggae group formed in 1972, initially as Uhuru which is Swahili for \"freedom.\"\n\nIn 1985, 'Anthem' won the first Grammy Award for Best Reggae Recording. \n\nhttps://www.blackuhuruofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}