Information about plays

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

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

{
    "id": 3522963,
    "uri": "https://api.kexp.org/v2/plays/3522963/?format=api",
    "airdate": "2025-07-05T12:35:22-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://ia802800.us.archive.org/35/items/mbid-98f3723a-a305-4ef2-8223-026f01d5bc16/mbid-98f3723a-a305-4ef2-8223-026f01d5bc16-21122320070_thumb500.jpg",
    "thumbnail_uri": "https://ia902800.us.archive.org/35/items/mbid-98f3723a-a305-4ef2-8223-026f01d5bc16/mbid-98f3723a-a305-4ef2-8223-026f01d5bc16-21122320070_thumb250.jpg",
    "song": "Everybody Everybody",
    "track_id": "63021c71-96dd-34e4-bf73-7c7b5c6b82a5",
    "recording_id": "6de0125a-c755-47dc-8adf-944e235a444b",
    "artist": "Black Box",
    "artist_ids": [
        "d73596bb-a8f8-4aae-a323-d881f5245149"
    ],
    "album": "Dreamland",
    "release_id": "98f3723a-a305-4ef2-8223-026f01d5bc16",
    "release_group_id": "44d5178a-99d6-318e-9bbe-9a13985fc259",
    "labels": [
        "Carrère"
    ],
    "label_ids": [
        "35f9d4b3-5a4f-496c-a2e0-4801058fe891"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track features uncredited vocals by Martha Wash - in the music video, a model lip-synced to Martha's vocals. Martha Wash sued and won - just as with her vocals stolen by C+C Music Factory the same year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}