Information about plays

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

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

{
    "id": 3593838,
    "uri": "https://api.kexp.org/v2/plays/3593838/?format=api",
    "airdate": "2025-12-21T05:57:23-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://ia801206.us.archive.org/15/items/mbid-7e8a98c2-5847-43dd-891a-c872a850266c/mbid-7e8a98c2-5847-43dd-891a-c872a850266c-11711456493_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/15/items/mbid-7e8a98c2-5847-43dd-891a-c872a850266c/mbid-7e8a98c2-5847-43dd-891a-c872a850266c-11711456493_thumb250.jpg",
    "song": "God Only Knows",
    "track_id": "5d1fdc14-9314-4ac5-9778-b6e44299126f",
    "recording_id": "c3ac58de-a2d1-47a8-a35e-64dfc8af6e57",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Pet Sounds",
    "release_id": "7e8a98c2-5847-43dd-891a-c872a850266c",
    "release_group_id": "fdd96703-7b21-365e-bdea-38029fbeb84e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1966-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carl Wilson of the Beach Boys was born on this day in 1946. He passed away in 1998 at 51, but deserves to be celebrated today. \n\nHave a wonderful rest of your day, everyone!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}