Information about plays

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

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

{
    "id": 3557403,
    "uri": "https://api.kexp.org/v2/plays/3557403/?format=api",
    "airdate": "2025-09-25T02:11:57-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/2683cd18-459d-4c20-8834-eb1ece44b690/7466862102-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2683cd18-459d-4c20-8834-eb1ece44b690/7466862102-250.jpg",
    "song": "Evil Man",
    "track_id": null,
    "recording_id": "4b9281df-8669-4284-9f2e-798b920d22b9",
    "artist": "Ike & Tina Turner and The Ikettes",
    "artist_ids": [
        "1c7b3786-b99a-40ab-81e4-f3056da19e13",
        "9d261c05-caaa-4645-b09d-6f10690a3de8"
    ],
    "album": "Come Together",
    "release_id": null,
    "release_group_id": "068dea6f-e075-4e2b-97de-05c34e3373b1",
    "labels": [
        "Liberty"
    ],
    "label_ids": [
        "f1452309-a828-4665-a70c-aacdf94d154b"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover of Crow's \"Evil Woman\", also well-known for its recording by Black Sabbath, released a few months before Ike & Tina's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}