Information about plays

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

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

{
    "id": 3613511,
    "uri": "https://api.kexp.org/v2/plays/3613511/?format=api",
    "airdate": "2026-02-05T11:05:32-08:00",
    "show": 65846,
    "show_uri": "https://api.kexp.org/v2/shows/65846/?format=api",
    "image_uri": "https://ia800209.us.archive.org/26/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/26/items/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2/mbid-5a324464-95dc-3366-8ff5-7ab376a1bca2-2550830353_thumb250.jpg",
    "song": "Testify",
    "track_id": "9a745e67-8d8a-3816-8e67-f4f20bb7b956",
    "recording_id": "1e6a7789-4fce-4798-909e-00e538026e33",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "The Battle of Los Angeles",
    "release_id": "5a324464-95dc-3366-8ff5-7ab376a1bca2",
    "release_group_id": "25e72bf4-09fc-3e66-9d31-9247d91b4819",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, about misrepresentation of events by media, was the opening track of RATM's third album, \"The Battle of Los Angeles.\":\n--\nRATM performed it live on the Conan O'Brien show in 1999: https://www.youtube.com/watch?v=nFtkc71W1qM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}