Information about plays

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

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

{
    "id": 3548842,
    "uri": "https://api.kexp.org/v2/plays/3548842/?format=api",
    "airdate": "2025-09-04T13:12:18-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia601609.us.archive.org/14/items/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a-34497436221_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/14/items/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a-34497436221_thumb250.jpg",
    "song": "Joe Lee’s Rock",
    "track_id": "2010ec00-7c9a-31c8-ad92-b1049b1fc875",
    "recording_id": "a860b4a0-83e0-4615-8f85-92b6cc62d658",
    "artist": "Boy Blue, Joe Lee, Darnel Walker",
    "artist_ids": [
        "888599d5-a45d-48ba-ab93-a1023ba4b43d",
        "94d050aa-8129-4831-94ce-5c8e67803d7d",
        "c0a60b44-e311-4d98-9bb9-1edb88ba4b8e"
    ],
    "album": "Alan Lomax: Popular Songbook",
    "release_id": "5ff2c07c-ab4c-4048-aea9-284641668b3a",
    "release_group_id": "5f9a7431-bae3-327d-ac0d-ab345f6b5644",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2003-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby sampled the vocals in this one for \"Find My Baby.\"\n--\nBoy Blue originally recorded Joe Lee's Rock written by Willie Jones  and Boy Blue released it on the album \"The Blues Roll On\" in 1960.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}