Information about plays

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

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

{
    "id": 3519517,
    "uri": "https://api.kexp.org/v2/plays/3519517/?format=api",
    "airdate": "2025-06-27T12:25:48-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://ia800603.us.archive.org/31/items/mbid-e87f6077-6085-3fb4-97bb-284ca3de6e51/mbid-e87f6077-6085-3fb4-97bb-284ca3de6e51-1239286902_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/31/items/mbid-e87f6077-6085-3fb4-97bb-284ca3de6e51/mbid-e87f6077-6085-3fb4-97bb-284ca3de6e51-1239286902_thumb250.jpg",
    "song": "Let’s Dance",
    "track_id": "c2a0061f-7f33-3722-a270-08f8d3d696d1",
    "recording_id": "c7ffdbaf-cda4-41a6-a175-b289f3e8596a",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Let’s Dance",
    "release_id": "e87f6077-6085-3fb4-97bb-284ca3de6e51",
    "release_group_id": "75c2bddf-1799-3eda-b6b3-a0cf5189d8ed",
    "labels": [
        "EMI America"
    ],
    "label_ids": [
        "4881ac0f-1a15-4dd9-8b64-1c39a68edd33"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Let's Dance\" is the title track from Bowie's 1983 album. Enjoy the song's music video here: https://www.youtube.com/watch?v=VbD_kBJc_gI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}