Information about plays

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

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

{
    "id": 3519393,
    "uri": "https://api.kexp.org/v2/plays/3519393/?format=api",
    "airdate": "2025-06-27T05:38:51-07:00",
    "show": 63848,
    "show_uri": "https://api.kexp.org/v2/shows/63848/?format=api",
    "image_uri": "https://ia802902.us.archive.org/13/items/mbid-32a15869-6f9b-4709-b109-6f21dffa1219/mbid-32a15869-6f9b-4709-b109-6f21dffa1219-8328688590_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/13/items/mbid-32a15869-6f9b-4709-b109-6f21dffa1219/mbid-32a15869-6f9b-4709-b109-6f21dffa1219-8328688590_thumb250.jpg",
    "song": "I Feel the Earth Move",
    "track_id": "da6ae594-d712-4270-ad19-f48583895698",
    "recording_id": "eb5fd781-d917-402f-ac3b-50c432d45c2f",
    "artist": "Carole King",
    "artist_ids": [
        "bf6c29f5-b69f-4842-9031-37f9645d365d"
    ],
    "album": "Tapestry",
    "release_id": "32a15869-6f9b-4709-b109-6f21dffa1219",
    "release_group_id": "6e4f39e6-3403-39d7-81c6-8e61a990d509",
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tapestry, released in 1971, won multiple Grammy awards, including Album of the Year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}