Information about plays

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

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

{
    "id": 3521647,
    "uri": "https://api.kexp.org/v2/plays/3521647/?format=api",
    "airdate": "2025-07-02T12:45:35-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://ia800603.us.archive.org/30/items/mbid-a4d1744d-b55a-4895-910c-135e3547fa79/mbid-a4d1744d-b55a-4895-910c-135e3547fa79-38569109284_thumb500.jpg",
    "thumbnail_uri": "https://ia600603.us.archive.org/30/items/mbid-a4d1744d-b55a-4895-910c-135e3547fa79/mbid-a4d1744d-b55a-4895-910c-135e3547fa79-38569109284_thumb250.jpg",
    "song": "Summer Well",
    "track_id": "9ff13a60-4f2b-3bbe-9c06-350b970fd870",
    "recording_id": "c54c25cc-39b1-4855-b18d-d50e564128a1",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Interpol",
    "release_id": "a4d1744d-b55a-4895-910c-135e3547fa79",
    "release_group_id": "7d6414a9-800d-4ad1-9f6a-5b4f643fd94a",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2010-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interpol is a rock band from New York that formed in 1997. \n\nhttps://www.interpolnyc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}