Information about plays

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

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

{
    "id": 3550076,
    "uri": "https://api.kexp.org/v2/plays/3550076/?format=api",
    "airdate": "2025-09-07T14:46:17-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?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": "The Undoing",
    "track_id": "98777272-f0fb-3a84-ad36-842f05749018",
    "recording_id": "3e7f6dee-d751-4362-8bfc-4d87b59bc698",
    "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": "Released on this day in 2010, Interpol's fourth album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}