Information about plays

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

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

{
    "id": 3519548,
    "uri": "https://api.kexp.org/v2/plays/3519548/?format=api",
    "airdate": "2025-06-27T14:20:39-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://coverartarchive.org/release/767a98e7-d397-3192-9309-67dc129325b2/29960426489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/767a98e7-d397-3192-9309-67dc129325b2/29960426489-250.jpg",
    "song": "Feels Good",
    "track_id": null,
    "recording_id": "358cb2c5-8eb9-429e-91dd-c660364ca67d",
    "artist": "Tony! Toni! Toné!",
    "artist_ids": [
        "511562a6-c381-44df-9bc4-27be779716b8"
    ],
    "album": "The Revival",
    "release_id": null,
    "release_group_id": "c3cbc025-1dfc-349a-81e9-41076b04be8c",
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "1990-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony! Toni! Tone! was formed by Raphael Saadiq, his brother D'Wayne Wiggins and cousin Timothy Christian Riley in 1986.\n  This song samples Lyn Collins 1972 funk song \"Think (About It)\"\n\nWatch the official video: https://www.youtube.com/watch?v=Jfoxsfhi-kk&list=PLxRfWMC8hSaXqEH4uOIPMDA04fNVuf4Sg&index=342",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}