Information about plays

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

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

{
    "id": 3573802,
    "uri": "https://api.kexp.org/v2/plays/3573802/?format=api",
    "airdate": "2025-11-04T06:28:06-08:00",
    "show": 65019,
    "show_uri": "https://api.kexp.org/v2/shows/65019/?format=api",
    "image_uri": "https://coverartarchive.org/release/de59e222-2646-4bc3-a9f1-043964c3292a/42043479960-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de59e222-2646-4bc3-a9f1-043964c3292a/42043479960-250.jpg",
    "song": "1000 X’s & O’s",
    "track_id": null,
    "recording_id": "561b90eb-1787-4946-9bd5-d750417959b3",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "HITnRUN Phase One",
    "release_id": null,
    "release_group_id": "aa85f8da-8094-411b-9dca-d152fbdc5481",
    "labels": [
        "NPG Records"
    ],
    "label_ids": [
        "c891a97e-0f83-4178-a723-f1fa4fe817b4"
    ],
    "release_date": "2015-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1000 X’s & O’s is the tenth track on Prince’s 38th album Hitnrun Phase One.The history of the track goes back 23 years, however. Read more in the Prince Vault here: https://princevault.com/index.php/1000_X's_&_O's",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}