Information about plays

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

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

{
    "id": 3552953,
    "uri": "https://api.kexp.org/v2/plays/3552953/?format=api",
    "airdate": "2025-09-14T12:37:56-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "https://ia600509.us.archive.org/19/items/mbid-38f088c0-fdad-454e-a092-3ed6d6e166ad/mbid-38f088c0-fdad-454e-a092-3ed6d6e166ad-36664758260_thumb500.jpg",
    "thumbnail_uri": "https://ia600509.us.archive.org/19/items/mbid-38f088c0-fdad-454e-a092-3ed6d6e166ad/mbid-38f088c0-fdad-454e-a092-3ed6d6e166ad-36664758260_thumb250.jpg",
    "song": "Picadillo",
    "track_id": "5c36e5fc-5d97-38d8-ac96-f65fe1708a85",
    "recording_id": "f4e170ef-df4d-4c1d-80a3-2d9aacbc917b",
    "artist": "Tito Puente",
    "artist_ids": [
        "f19ad155-d809-4770-ab8d-7579467d9f55"
    ],
    "album": "Tito Puente and His Concert Orchestra",
    "release_id": "1339fdea-6d52-4dd8-8f85-733749156105",
    "release_group_id": "f548f71e-5c07-4f6b-821c-2233f00ec287",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1972 on the Craft Recordings label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}