Information about plays

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

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

{
    "id": 3601308,
    "uri": "https://api.kexp.org/v2/plays/3601308/?format=api",
    "airdate": "2026-01-07T06:28:23-08:00",
    "show": 65585,
    "show_uri": "https://api.kexp.org/v2/shows/65585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vanity Kills",
    "track_id": "80c8fc56-4640-3a02-afe4-20f316e3bea5",
    "recording_id": "65f5a9fa-2cb5-4877-bf2d-fa2c79a63702",
    "artist": "ABC",
    "artist_ids": [
        "87199477-b0df-4ead-84ee-9b54b4abfc3d"
    ],
    "album": "Look of Love: The Very Best of ABC",
    "release_id": "1f71c9e2-f4bb-4695-a62a-4882eeccd87c",
    "release_group_id": "9c09d289-6e77-3904-b743-12fb8253621b",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official music video: https://www.youtube.com/watch?v=h40Gvy4BK6w&list=RDh40Gvy4BK6w&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}