Information about plays

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

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

{
    "id": 3594316,
    "uri": "https://api.kexp.org/v2/plays/3594316/?format=api",
    "airdate": "2025-12-22T04:17:27-08:00",
    "show": 65445,
    "show_uri": "https://api.kexp.org/v2/shows/65445/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Do You See",
    "track_id": "e0278620-f0c9-36d5-9b57-6eeda33720f1",
    "recording_id": "7f77ca45-316b-4436-8296-df26e44698f1",
    "artist": "Blackfire",
    "artist_ids": [
        "44973582-9be0-4e99-9b98-072ae3e8bf66"
    ],
    "album": "One Nation Under",
    "release_id": "93946ef0-84c9-4518-b249-8ece04c5b6f9",
    "release_group_id": "66d3b769-83f2-430b-9cff-ad8fe66a7e34",
    "labels": [
        "Tacoho Records"
    ],
    "label_ids": [
        "bbc3e383-7ed3-46ab-9788-155818ba25f2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blackfire is a Native American punk rock group. Composed of three siblings: two brothers and a sister, their musical style is influenced by traditional Navajo Diné music and alternative rock, with political messages about government oppression and human rights. In 2012, members formed the band Sihasin.\n\nhttps://www.blackfire.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}