Information about plays

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

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

{
    "id": 3577178,
    "uri": "https://api.kexp.org/v2/plays/3577178/?format=api",
    "airdate": "2025-11-12T09:44:36-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "https://coverartarchive.org/release/05a2fdc7-078f-4e03-ab98-abc4151f7a42/26567867736-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05a2fdc7-078f-4e03-ab98-abc4151f7a42/26567867736-250.jpg",
    "song": "Into the Groove",
    "track_id": null,
    "recording_id": "986645ce-32d0-42ba-999a-7faf2603aa7e",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Like a Virgin",
    "release_id": null,
    "release_group_id": "b69580b9-7050-3994-b544-4407a22c097a",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1984 (41 years ago), Madonna released her second album, Like A Virgin, produced by Nile Rodgers of Chic fame. Nile Rodgers also handy in a game of 6 Degrees of Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}