Information about plays

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

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

{
    "id": 3580980,
    "uri": "https://api.kexp.org/v2/plays/3580980/?format=api",
    "airdate": "2025-11-21T09:04:34-08:00",
    "show": 65168,
    "show_uri": "https://api.kexp.org/v2/shows/65168/?format=api",
    "image_uri": "https://ia801205.us.archive.org/5/items/mbid-40bb883d-184a-443c-8438-b2919c1f77c3/mbid-40bb883d-184a-443c-8438-b2919c1f77c3-11816625217_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/5/items/mbid-40bb883d-184a-443c-8438-b2919c1f77c3/mbid-40bb883d-184a-443c-8438-b2919c1f77c3-11816625217_thumb250.jpg",
    "song": "The Wild Boys",
    "track_id": "3dcb6ca5-04bb-4fb6-bb2f-f558d19a7bcf",
    "recording_id": "23249970-9a57-4a63-8633-3d66a47376d4",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Arena",
    "release_id": "40bb883d-184a-443c-8438-b2919c1f77c3",
    "release_group_id": "c3889aa7-69ed-3130-8482-700418af80b6",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Brian on Bainbridge.\n---\nToday is an auspicious day for Duran Duran. On this date in 1983, they released \"Seven and the Ragged Tiger.\" Three years later in 1986, they released their fourth studio album, \"Notorious.\" \n---\nAt the time of its release, this was the most expensive video ever made: https://www.youtube.com/watch?v=Rw4QA5jpCN8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}