Information about plays

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

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

{
    "id": 3600645,
    "uri": "https://api.kexp.org/v2/plays/3600645/?format=api",
    "airdate": "2026-01-05T16:28:34-08:00",
    "show": 65573,
    "show_uri": "https://api.kexp.org/v2/shows/65573/?format=api",
    "image_uri": "https://coverartarchive.org/release/85abd5ca-590b-425b-a004-32bdafe18719/3176973038-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85abd5ca-590b-425b-a004-32bdafe18719/3176973038-250.jpg",
    "song": "Princess of the Posse",
    "track_id": null,
    "recording_id": "3f8f3650-7023-4ce5-9393-9db8a89b8417",
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "All Hail the Queen",
    "release_id": null,
    "release_group_id": "7416a063-8697-37a5-af06-af4da329c398",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1989-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2023, the album was selected for preservation in the United States National Recording Registry by the Library of Congress as being \"culturally, historically, or aesthetically significant.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}