Information about plays

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

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

{
    "id": 3573983,
    "uri": "https://api.kexp.org/v2/plays/3573983/?format=api",
    "airdate": "2025-11-04T16:57:47-08:00",
    "show": 65023,
    "show_uri": "https://api.kexp.org/v2/shows/65023/?format=api",
    "image_uri": "https://ia601502.us.archive.org/3/items/mbid-009700f1-6ed7-3891-9b61-8091f96e8b96/mbid-009700f1-6ed7-3891-9b61-8091f96e8b96-16165970339_thumb500.jpg",
    "thumbnail_uri": "https://ia601502.us.archive.org/3/items/mbid-009700f1-6ed7-3891-9b61-8091f96e8b96/mbid-009700f1-6ed7-3891-9b61-8091f96e8b96-16165970339_thumb250.jpg",
    "song": "14th St. Break",
    "track_id": "e382dcfb-e818-3714-8093-b548f6b92e64",
    "recording_id": "6fcf4763-1d08-40d8-9258-3f11c9bae295",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "The Mix-Up",
    "release_id": "009700f1-6ed7-3891-9b61-8091f96e8b96",
    "release_group_id": "e24fee15-4e30-35ec-b68b-9fd861dceb41",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2007-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\nThe Mix-Up is the seventh studio album by Beastie Boys, released on June 26, 2007. The album consists entirely of instrumental performances and won a Grammy Award for Best Pop Instrumental Album: https://www.udiscovermusic.com/stories/the-mix-up-beastie-boys-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}