Information about plays

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

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

{
    "id": 3601054,
    "uri": "https://api.kexp.org/v2/plays/3601054/?format=api",
    "airdate": "2026-01-06T15:32:05-08:00",
    "show": 65580,
    "show_uri": "https://api.kexp.org/v2/shows/65580/?format=api",
    "image_uri": "https://ia801207.us.archive.org/30/items/mbid-929e0437-c744-4f9a-b956-1f9e06deb906/mbid-929e0437-c744-4f9a-b956-1f9e06deb906-23284761574_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/30/items/mbid-929e0437-c744-4f9a-b956-1f9e06deb906/mbid-929e0437-c744-4f9a-b956-1f9e06deb906-23284761574_thumb250.jpg",
    "song": "Make-Up",
    "track_id": "9acaadf2-7e7f-45eb-b2cb-f2a37a05db0f",
    "recording_id": "dea8fb46-ce7a-45f4-86b0-c6cb3df50043",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Originals",
    "release_id": "929e0437-c744-4f9a-b956-1f9e06deb906",
    "release_group_id": "6b89cdf4-69df-4f96-83c2-15474485a29c",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Make-Up' was originally written by Prince with Vanity 6 in mind, and released on their first and only album. Prince's version of the song was added to this post-humous release in 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}