Information about plays

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

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

{
    "id": 3522560,
    "uri": "https://api.kexp.org/v2/plays/3522560/?format=api",
    "airdate": "2025-07-04T13:39:22-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://ia801509.us.archive.org/5/items/mbid-ecc87b0a-a005-44aa-bbd3-48e95ef978f3/mbid-ecc87b0a-a005-44aa-bbd3-48e95ef978f3-41399894053_thumb500.jpg",
    "thumbnail_uri": "https://ia601509.us.archive.org/5/items/mbid-ecc87b0a-a005-44aa-bbd3-48e95ef978f3/mbid-ecc87b0a-a005-44aa-bbd3-48e95ef978f3-41399894053_thumb250.jpg",
    "song": "Arrest The President",
    "track_id": "1622d65b-73c9-47f6-9a10-0bb1006da656",
    "recording_id": "5ce2862b-61d2-4158-9a24-eb56788c6252",
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Arrest the President",
    "release_id": "ecc87b0a-a005-44aa-bbd3-48e95ef978f3",
    "release_group_id": "3b559438-99f9-4856-bda2-1be0dddc17ad",
    "labels": [
        "Lench Mob Records"
    ],
    "label_ids": [
        "11a36c82-e44b-4a73-9ec0-c484237fe712"
    ],
    "release_date": "2018-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Noah in St. Lou!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}