Information about plays

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

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

{
    "id": 3567082,
    "uri": "https://api.kexp.org/v2/plays/3567082/?format=api",
    "airdate": "2025-10-19T05:38:07-07:00",
    "show": 64874,
    "show_uri": "https://api.kexp.org/v2/shows/64874/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a4d62c2-eca7-4f47-915e-c530bfe6d01f/13884422185-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a4d62c2-eca7-4f47-915e-c530bfe6d01f/13884422185-250.jpg",
    "song": "The Goat and the Mayhem",
    "track_id": null,
    "recording_id": "356a28cb-dd54-4ea3-9e07-4545a37207c7",
    "artist": "Mark Korven",
    "artist_ids": [
        "444d38de-3739-4750-8687-aebbc80d884b"
    ],
    "album": "The Witch",
    "release_id": null,
    "release_group_id": "7a1f8f60-ab40-4e64-ace4-fc30a4c97b9a",
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "2016-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wouldst thou like to live deliciously? \nI'm ordering a pizza....",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}