Information about plays

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

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

{
    "id": 3590112,
    "uri": "https://api.kexp.org/v2/plays/3590112/?format=api",
    "airdate": "2025-12-12T10:27:28-08:00",
    "show": 65355,
    "show_uri": "https://api.kexp.org/v2/shows/65355/?format=api",
    "image_uri": "https://ia601404.us.archive.org/21/items/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887-16215023515_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/21/items/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887/mbid-931210c6-c0b3-3e58-a439-7a3f52a2b887-16215023515_thumb250.jpg",
    "song": "The Sun, the Sea",
    "track_id": "22768946-95b3-3dd6-bc76-264db03788ca",
    "recording_id": "89387174-9bf7-4d86-8f46-f0d6075a9f35",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "A Storm in Heaven",
    "release_id": "931210c6-c0b3-3e58-a439-7a3f52a2b887",
    "release_group_id": "362b7ad8-f0db-30bf-a68e-0b1ec56c6190",
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1993-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Verve formed in Wigan, England in 1990. A Storm in Heaven (1993) is their debut album. They went on to release three more albums, the last one coming out in 2008.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}