Information about plays

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

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

{
    "id": 3528486,
    "uri": "https://api.kexp.org/v2/plays/3528486/?format=api",
    "airdate": "2025-07-18T05:58:25-07:00",
    "show": 64043,
    "show_uri": "https://api.kexp.org/v2/shows/64043/?format=api",
    "image_uri": "https://ia803101.us.archive.org/8/items/mbid-52a128d0-a505-355b-878f-cc1a3323ec02/mbid-52a128d0-a505-355b-878f-cc1a3323ec02-20421479899_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/8/items/mbid-52a128d0-a505-355b-878f-cc1a3323ec02/mbid-52a128d0-a505-355b-878f-cc1a3323ec02-20421479899_thumb250.jpg",
    "song": "All Night Long",
    "track_id": "986fcd08-d79c-3285-8169-98f63e4d3e14",
    "recording_id": "b0c0d1c4-5b90-471c-8e5d-ab44f980ed02",
    "artist": "Mary Jane Girls",
    "artist_ids": [
        "28038c9c-5385-4c65-98a8-7c2bed83c133"
    ],
    "album": "In My House: The Very Best of the Mary Jane Girls",
    "release_id": "52a128d0-a505-355b-878f-cc1a3323ec02",
    "release_group_id": "04be8d19-c885-326f-bf3c-8e7bbb3e261b",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1994-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written and produced by Rick James. The song first appeared on Mary Jane Girls self-titled debut album and was released as a single in February 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}