Information about plays

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

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

{
    "id": 3628062,
    "uri": "https://api.kexp.org/v2/plays/3628062/?format=api",
    "airdate": "2026-03-12T09:25:18-07:00",
    "show": 66159,
    "show_uri": "https://api.kexp.org/v2/shows/66159/?format=api",
    "image_uri": "https://coverartarchive.org/release/8451d447-cda3-3b38-91aa-25c8c3bde2ad/1527383777-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8451d447-cda3-3b38-91aa-25c8c3bde2ad/1527383777-250.jpg",
    "song": "Like a Virgin",
    "track_id": null,
    "recording_id": "9436c9cc-c96d-4296-aa63-1fcea5e91fa3",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Like a Virgin",
    "release_id": null,
    "release_group_id": "b6dce9d9-5dec-3a88-856b-1f9b7c241957",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\n\nMadonna selected Nile Rogers to produce \"Like A Virgin\" for his previous work on David Bowie's \"Let's Dance\". The title song became Madonna's first #1 in the Billboard Hot 100, and has sold over six million copies worldwide.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}