Information about plays

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

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

{
    "id": 3574776,
    "uri": "https://api.kexp.org/v2/plays/3574776/?format=api",
    "airdate": "2025-11-06T15:49:12-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ddfb4b2-7e54-4277-93cd-641acdca9328/28722391194-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ddfb4b2-7e54-4277-93cd-641acdca9328/28722391194-250.jpg",
    "song": "The Machine and TEK",
    "track_id": null,
    "recording_id": "6ac79d15-8469-42b2-8682-5852bec5f705",
    "artist": "Tek, Conway",
    "artist_ids": [],
    "album": "Pricele$$",
    "release_id": null,
    "release_group_id": "a27ffb88-8b14-4808-9617-92d52481121c",
    "labels": [
        "D4D Records"
    ],
    "label_ids": [
        "00d36f98-36b1-46d7-9192-c662d2527a95"
    ],
    "release_date": "2021-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, written by Tek, Daringer, and Conway the Machine directly samples Wayne Shorter's \"Calm.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}