Information about plays

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

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

{
    "id": 3590639,
    "uri": "https://api.kexp.org/v2/plays/3590639/?format=api",
    "airdate": "2025-12-13T17:11:23-08:00",
    "show": 65369,
    "show_uri": "https://api.kexp.org/v2/shows/65369/?format=api",
    "image_uri": "https://ia601400.us.archive.org/12/items/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844-29746657102_thumb500.jpg",
    "thumbnail_uri": "https://ia601400.us.archive.org/12/items/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844/mbid-6ab8e549-13bc-39c0-b947-423ada5ee844-29746657102_thumb250.jpg",
    "song": "Revolution Solution",
    "track_id": "1ecc989f-9c7f-328f-b4c3-1b4e120dce2a",
    "recording_id": "4eaa692b-50de-4f8a-a271-81ec29a3f5f4",
    "artist": "Thievery Corporation feat. Perry Farrell",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9",
        "11e46b16-2f25-4783-ab32-25250befe84a"
    ],
    "album": "The Cosmic Game",
    "release_id": "6ab8e549-13bc-39c0-b947-423ada5ee844",
    "release_group_id": "46a4c350-5d39-39e5-8ce8-d94dda896412",
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2005-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thieverycorporation.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}