Information about plays

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

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

{
    "id": 3586080,
    "uri": "https://api.kexp.org/v2/plays/3586080/?format=api",
    "airdate": "2025-12-03T01:00:06-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "https://coverartarchive.org/release/249fc684-f0f2-4955-adf9-9f426f6e64f6/22297972541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/249fc684-f0f2-4955-adf9-9f426f6e64f6/22297972541-250.jpg",
    "song": "3-2-1 Pump!",
    "track_id": null,
    "recording_id": "f1483692-0530-4862-b6b4-f2f54cb4465b",
    "artist": "Redhead Kingpin and the FBI",
    "artist_ids": [
        "bbc4f311-08fd-4ae1-bbc9-01070d098ad2"
    ],
    "album": "The Album With No Name",
    "release_id": null,
    "release_group_id": "d51eda2f-7094-38da-af21-058ddde54a36",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1991-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "sampling Earth, Wind, and Fire's Let's Groove! https://www.youtube.com/watch?v=CmIzuFqVIm0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}