Information about plays

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

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

{
    "id": 3580499,
    "uri": "https://api.kexp.org/v2/plays/3580499/?format=api",
    "airdate": "2025-11-20T03:54:27-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?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": "Dance for Me",
    "track_id": null,
    "recording_id": "d6b8220d-cbb9-4044-b586-95a05c1171d2",
    "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": "This song by Queen Latifah samples Sly & The Family Stone's \"Dance to the Music!\"\n\nListen to the sample \"Dance to the Music\" here:\nhttps://www.youtube.com/watch?v=Jn2PNlhvy8E\n---\nCheck out the music video for \"Dance for Me\" here, enjoy:\nhttps://www.youtube.com/watch?v=2q3DMZkEnjM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}