Information about plays

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

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

{
    "id": 3519500,
    "uri": "https://api.kexp.org/v2/plays/3519500/?format=api",
    "airdate": "2025-06-27T11:25:25-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://coverartarchive.org/release/e01f1a16-0276-48cc-a703-51cfdafbe691/26478763062-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e01f1a16-0276-48cc-a703-51cfdafbe691/26478763062-250.jpg",
    "song": "Jenny Take a Ride!",
    "track_id": null,
    "recording_id": "4d78d737-1ada-4a0f-8a63-c15546e447a9",
    "artist": "Mitch Ryder & The Detroit Wheels",
    "artist_ids": [
        "4ddc78bb-bf16-470c-8115-48709bedebbd"
    ],
    "album": "All Mitch Ryder Hits!",
    "release_id": null,
    "release_group_id": "33072bd1-e876-4c88-b120-5e6f77456424",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The unsung heart and soul of the Motor City rock & roll scene, Mitch Ryder is one of the most powerful vocalists to rise to fame in the '60s, a full-bodied rock belter who is also one of the most credible blue-eyed soul men of his generation. He first made a nationwide impression fronting Mitch Ryder & the Detroit Wheels...\" Read more here: https://tinyurl.com/2rh4ccbp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}