Information about plays

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

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

{
    "id": 3523891,
    "uri": "https://api.kexp.org/v2/plays/3523891/?format=api",
    "airdate": "2025-07-07T12:21:11-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "https://ia903208.us.archive.org/12/items/mbid-caae6490-8ba4-4b39-8ad9-8913cfd662ba/mbid-caae6490-8ba4-4b39-8ad9-8913cfd662ba-4281390549_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/12/items/mbid-caae6490-8ba4-4b39-8ad9-8913cfd662ba/mbid-caae6490-8ba4-4b39-8ad9-8913cfd662ba-4281390549_thumb250.jpg",
    "song": "Purple Yellow Red and Blue",
    "track_id": "87fa96d3-1ff5-4b5e-8dbb-49cd76f8a063",
    "recording_id": "1e66ea67-03cc-49ad-8f1d-6ee354622a11",
    "artist": "Portugal. The Man",
    "artist_ids": [
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b"
    ],
    "album": "Evil Friends",
    "release_id": "caae6490-8ba4-4b39-8ad9-8913cfd662ba",
    "release_group_id": "761f98a1-92da-4b76-9af2-0322c94ab051",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2013-06-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland-based Portugal. The Man will be playing Pickathon! That's in Happy Valley, OR, at Pendarvis Farm running from Thursday to Sunday, July 31 to Aug. 3.\n\nThey're also playing:\n\n- Seattle, WA, on Sunday, Nov. 9 at Showbox SoDo\n- Oakland, CA, on Tuesday, Nov. 11 at the Fox Theater\n\nhttps://portugaltheman.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}