Information about plays

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

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

{
    "id": 3571013,
    "uri": "https://api.kexp.org/v2/plays/3571013/?format=api",
    "airdate": "2025-10-28T12:41:39-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "https://ia803208.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": "Sea of Air",
    "track_id": "d7cee00a-41df-48bf-8829-a4dcd88724a2",
    "recording_id": "2d1c8d0c-250f-4276-89ac-883c1b9b6409",
    "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": "Portugal. The Man is performing at:\n--Seattle's Showbox on Sunday, November 9th\n--Oakland's Fox Theater on Tuesday, November 11th \n--\nThe band performed this song live for KEXP listeners in 2013: https://www.youtube.com/watch?v=l1S9Y_9f2W0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}