Information about plays

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

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

{
    "id": 3579291,
    "uri": "https://api.kexp.org/v2/plays/3579291/?format=api",
    "airdate": "2025-11-17T06:36:30-08:00",
    "show": 65134,
    "show_uri": "https://api.kexp.org/v2/shows/65134/?format=api",
    "image_uri": "https://dn721706.ca.archive.org/0/items/mbid-929e0437-c744-4f9a-b956-1f9e06deb906/mbid-929e0437-c744-4f9a-b956-1f9e06deb906-23284761574_thumb500.jpg",
    "thumbnail_uri": "https://dn721706.ca.archive.org/0/items/mbid-929e0437-c744-4f9a-b956-1f9e06deb906/mbid-929e0437-c744-4f9a-b956-1f9e06deb906-23284761574_thumb250.jpg",
    "song": "Nothing Compares 2 U",
    "track_id": "6d9d6bdf-767e-4688-897b-d1b6daa67b73",
    "recording_id": "b67f3016-52e2-4746-affa-af7edb7f8d90",
    "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": "\"Originals,\" released after Prince's death, is a compilation of the original demo versions of songs Prince wrote and gave to other artists.\nHe wrote this one for The Family. Sinead O'Connor, of course, made it hers in 1990.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}