Information about plays

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

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

{
    "id": 3562307,
    "uri": "https://api.kexp.org/v2/plays/3562307/?format=api",
    "airdate": "2025-10-07T09:27:30-07:00",
    "show": 64770,
    "show_uri": "https://api.kexp.org/v2/shows/64770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Faith",
    "track_id": "9b259551-26c6-450c-a1d1-93fdb2efc167",
    "recording_id": "85bb9bbd-0e9a-4a20-a373-ab98f5a494ef",
    "artist": "George Michael",
    "artist_ids": [
        "ccb8f30e-4d71-40c4-8b1d-846dafe73e2c"
    ],
    "album": "Faith",
    "release_id": "ea90c855-af5b-4d07-a115-f215216c9f19",
    "release_group_id": "4e61585f-f341-3174-85cf-afad8df46fbe",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#466 on YOUR countdown of the greatest albums of all-time.\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}