Information about plays

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

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

{
    "id": 3550789,
    "uri": "https://api.kexp.org/v2/plays/3550789/?format=api",
    "airdate": "2025-09-09T08:43:47-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://ia600203.us.archive.org/26/items/mbid-b740fb8e-942a-3437-823c-26fe0d805459/mbid-b740fb8e-942a-3437-823c-26fe0d805459-10494841658_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/26/items/mbid-b740fb8e-942a-3437-823c-26fe0d805459/mbid-b740fb8e-942a-3437-823c-26fe0d805459-10494841658_thumb250.jpg",
    "song": "I Can't Sleep",
    "track_id": "a66cb14e-b4a5-30b4-9fe1-fcb6cbd103fd",
    "recording_id": "1608a1c7-11e0-4658-a935-d4d3b83e260c",
    "artist": "The La’s",
    "artist_ids": [
        "ff3e88b3-7354-4f30-967c-1a61ebc8c642"
    ],
    "album": "The La's",
    "release_id": "b740fb8e-942a-3437-823c-26fe0d805459",
    "release_group_id": "f57d03ff-b0a5-3b73-a14c-a5ed5f8cd956",
    "labels": [
        "London Records",
        "Go! Discs"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616",
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The La's self titled album (and only studio release). Shout out to the insomniacs out there!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}