Information about plays

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

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

{
    "id": 3631991,
    "uri": "https://api.kexp.org/v2/plays/3631991/?format=api",
    "airdate": "2026-03-21T16:19:06-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-a8308466-dd18-4912-9192-ccd0eb1878e0/mbid-a8308466-dd18-4912-9192-ccd0eb1878e0-15646970444_thumb500.jpg",
    "thumbnail_uri": "https://ia902905.us.archive.org/4/items/mbid-a8308466-dd18-4912-9192-ccd0eb1878e0/mbid-a8308466-dd18-4912-9192-ccd0eb1878e0-15646970444_thumb250.jpg",
    "song": "Doin’ It Right",
    "track_id": "62545309-724a-421c-97e3-7b8b307f4f9e",
    "recording_id": "4e4a5947-a6e5-4091-9b42-f7e9ba387c1b",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Random Access Memories",
    "release_id": "a8308466-dd18-4912-9192-ccd0eb1878e0",
    "release_group_id": "aa997ea0-2936-40bd-884d-3af8a0e064dc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Daft Punk's \"Doin' It Right\" features Panda Bear.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}