Information about plays

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

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

{
    "id": 3552546,
    "uri": "https://api.kexp.org/v2/plays/3552546/?format=api",
    "airdate": "2025-09-13T15:53:26-07:00",
    "show": 64553,
    "show_uri": "https://api.kexp.org/v2/shows/64553/?format=api",
    "image_uri": "https://ia800506.us.archive.org/13/items/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb-38153615618_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/13/items/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb-38153615618_thumb250.jpg",
    "song": "Mother Nature",
    "track_id": "a78ee7d5-45bf-4eeb-871d-7d521c6a44c9",
    "recording_id": "6157e684-e3fe-4643-b36a-fa2fbdd6d2e7",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Loss Of Life",
    "release_id": "29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb",
    "release_group_id": "49451d08-8ec8-46ff-9189-9388c82baa37",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://whoismgmt.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}