Information about plays

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

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

{
    "id": 3551213,
    "uri": "https://api.kexp.org/v2/plays/3551213/?format=api",
    "airdate": "2025-09-10T07:46:38-07:00",
    "show": 64524,
    "show_uri": "https://api.kexp.org/v2/shows/64524/?format=api",
    "image_uri": "https://ia801702.us.archive.org/27/items/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304-17762645346_thumb500.jpg",
    "thumbnail_uri": "https://ia801702.us.archive.org/27/items/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304/mbid-6d73360d-75dd-3d58-a59f-119d63dcd304-17762645346_thumb250.jpg",
    "song": "High",
    "track_id": "73cadfb6-9a3b-33bd-ba58-cef59c383fce",
    "recording_id": "3f5db71a-4992-4c3c-aeb7-e5c80c30c017",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish",
    "release_id": "6d73360d-75dd-3d58-a59f-119d63dcd304",
    "release_group_id": "88154914-4f14-355c-8066-b3cecd38c42c",
    "labels": [
        "Fiction"
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc"
    ],
    "release_date": "1992-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"High\" from The Cure's 1992 album Wish, blends shimmering guitars with Robert Smith's airy vocals. Their spontaneous recording style lead to the track's organic feel.\n\nhttps://www.youtube.com/watch?v=w9xXCK28wDU\nhttps://www.thecure.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}