Information about plays

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

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

{
    "id": 3612187,
    "uri": "https://api.kexp.org/v2/plays/3612187/?format=api",
    "airdate": "2026-02-02T07:18:20-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://coverartarchive.org/release/a41057af-2b50-4653-a3fd-603b5efaad2c/31859572093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a41057af-2b50-4653-a3fd-603b5efaad2c/31859572093-250.jpg",
    "song": "Give Me the Night",
    "track_id": null,
    "recording_id": "8aa84642-185a-45b3-805c-24785c9786e4",
    "artist": "George Benson",
    "artist_ids": [
        "467f69b6-8d6d-4d2c-bfad-e89adf2806ff"
    ],
    "album": "Give Me the Night",
    "release_id": null,
    "release_group_id": "88be0155-6a0f-4961-a5a5-8d902c7186a8",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video for this 1980 hit here: https://www.youtube.com/watch?v=FIF7wKJb2iU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}