Information about plays

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

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

{
    "id": 3525299,
    "uri": "https://api.kexp.org/v2/plays/3525299/?format=api",
    "airdate": "2025-07-10T20:09:09-07:00",
    "show": 63977,
    "show_uri": "https://api.kexp.org/v2/shows/63977/?format=api",
    "image_uri": "https://coverartarchive.org/release/589ff96d-0be8-3f82-bdd2-299592e51b40/41578959727-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/589ff96d-0be8-3f82-bdd2-299592e51b40/41578959727-250.jpg",
    "song": "Ride the Lightning",
    "track_id": null,
    "recording_id": "19bc7363-eb0a-450d-ab1d-1f3082072e0a",
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Ride the Lightning",
    "release_id": null,
    "release_group_id": "0da580f2-6768-498f-af9d-2becaddf15e0",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1984-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring legendary Bay Area Filipino Kirk Hammett!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}