Information about plays

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

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

{
    "id": 3586082,
    "uri": "https://api.kexp.org/v2/plays/3586082/?format=api",
    "airdate": "2025-12-03T01:08:06-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Do This (Uptown mix)",
    "track_id": null,
    "recording_id": "6dbe74e4-19ce-4296-aa4d-934cd89047f8",
    "artist": "Monie Love",
    "artist_ids": [
        "00e8c9fb-546f-481e-b529-6ec23f3b3f72"
    ],
    "album": "Down to Earth",
    "release_id": null,
    "release_group_id": "dbe55554-d666-3a74-9cf6-d9744bbd04cb",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1990-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love's debut album, Down To Earth was released on November 6, 1990. It spawned two Grammy-nominated hits, \"Monie in the Middle\" and \"It's a Shame (My Sister)\" and featured house-music vocalist and then-labelmate Ultra Naté.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}