Information about plays

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

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

{
    "id": 3591491,
    "uri": "https://api.kexp.org/v2/plays/3591491/?format=api",
    "airdate": "2025-12-15T16:09:14-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "https://ia800606.us.archive.org/11/items/mbid-6f8468cf-f8a4-4c2b-bded-a66c5a83041c/mbid-6f8468cf-f8a4-4c2b-bded-a66c5a83041c-22712479663_thumb500.jpg",
    "thumbnail_uri": "https://ia600606.us.archive.org/11/items/mbid-6f8468cf-f8a4-4c2b-bded-a66c5a83041c/mbid-6f8468cf-f8a4-4c2b-bded-a66c5a83041c-22712479663_thumb250.jpg",
    "song": "Mothership Connection (Star Child)",
    "track_id": "c22c05e7-0d38-30e7-ac1e-7b374a6bd102",
    "recording_id": "c3beb211-b0a7-4488-a9b0-43814535cc69",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Mothership Connection",
    "release_id": "6f8468cf-f8a4-4c2b-bded-a66c5a83041c",
    "release_group_id": "cb69bfc6-a15c-34cd-b1af-76b6481bf09a",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2003-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mothership Connection, Parliament's fourth album, was released on this day in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}