Information about plays

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

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

{
    "id": 3583044,
    "uri": "https://api.kexp.org/v2/plays/3583044/?format=api",
    "airdate": "2025-11-26T01:47:22-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://ia600205.us.archive.org/3/items/mbid-db135ee0-b062-41df-b91a-582e211bb2fa/mbid-db135ee0-b062-41df-b91a-582e211bb2fa-43406916286_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/3/items/mbid-db135ee0-b062-41df-b91a-582e211bb2fa/mbid-db135ee0-b062-41df-b91a-582e211bb2fa-43406916286_thumb250.jpg",
    "song": "COMMA / KARMA",
    "track_id": "166ebf27-d693-4a32-be5b-c822c57bf4d2",
    "recording_id": "339ac23d-8517-4438-b9f5-3b48b9eca466",
    "artist": "Miguel & George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0",
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "CAOS",
    "release_id": "db135ee0-b062-41df-b91a-582e211bb2fa",
    "release_group_id": "196bab47-42bd-4451-8c26-8780747c583b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miguel will be at WaMu in Seattle March 9th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}